From 45e38001c932cf6d1eb514830617a159331b2a4c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 24 Jan 2020 13:25:59 -0300 Subject: Migrate existing templates to build with hakyll instead of pandoc directly --- pastebin/website-pastebin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pastebin/website-pastebin') diff --git a/pastebin/website-pastebin b/pastebin/website-pastebin index 1171dcf..0d38ac2 100755 --- a/pastebin/website-pastebin +++ b/pastebin/website-pastebin @@ -85,7 +85,7 @@ break"), "spaces-and-line-break"); our $dirname = dirname(__FILE__); our $in = "$dirname/skeleton.org"; our $out; -my $date = `date +"%Y-%m-%d %A %H:%M"`; +my $date = `date +"%Y-%m-%d"`; chomp $date; my %ENV = (title => $title, date => $date); -- cgit v1.2.3