aboutsummaryrefslogtreecommitdiff
path: root/pastebin/website-pastebin
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-01-24 13:25:59 -0300
committerEuAndreh <eu@euandre.org>2020-01-24 13:25:59 -0300
commit45e38001c932cf6d1eb514830617a159331b2a4c (patch)
treed167962de292e4e12ce1bb52f06e79d8de5af2ae /pastebin/website-pastebin
parentAdd pastebins.html listing page (diff)
downloadeuandre.org-45e38001c932cf6d1eb514830617a159331b2a4c.tar.gz
euandre.org-45e38001c932cf6d1eb514830617a159331b2a4c.tar.xz
Migrate existing templates to build with hakyll instead of pandoc directly
Diffstat (limited to '')
-rwxr-xr-xpastebin/website-pastebin2
1 files changed, 1 insertions, 1 deletions
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);