summary refs log tree commit diff stats
path: root/draco.pl
diff options
context:
space:
mode:
Diffstat (limited to 'draco.pl')
-rwxr-xr-xdraco.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/draco.pl b/draco.pl
index 2cecaf6..37e4654 100755
--- a/draco.pl
+++ b/draco.pl
@@ -63,6 +63,8 @@ foreach my $detail (qw( subreddit created_utc author permalink
     print ":${detail}: =$post->{$detail}=\n"
         if scalar $post->{$detail};
 }
+# Include the archive date in properties.
+print ":ARCHIVE_DATE: $date\n";
 print ":END:\n";
 
 # Add selftext if present.