summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/templates/default.asciidoc4
-rw-r--r--data/templates/default.asciidoctor4
2 files changed, 6 insertions, 2 deletions
diff --git a/data/templates/default.asciidoc b/data/templates/default.asciidoc
index 7668a8325..ebe70914d 100644
--- a/data/templates/default.asciidoc
+++ b/data/templates/default.asciidoc
@@ -2,10 +2,12 @@ $if(titleblock)$
= $title$
$if(author)$
$for(author)$$author$$sep$; $endfor$
-$endif$
$if(date)$
$date$
$endif$
+$elseif(date)$
+:revdate: $date$
+$endif$
$if(keywords)$
:keywords: $for(keywords)$$keywords$$sep$, $endfor$
$endif$
diff --git a/data/templates/default.asciidoctor b/data/templates/default.asciidoctor
index 2616b05d6..e20384989 100644
--- a/data/templates/default.asciidoctor
+++ b/data/templates/default.asciidoctor
@@ -2,10 +2,12 @@ $if(titleblock)$
= $title$
$if(author)$
$for(author)$$author$$sep$; $endfor$
-$endif$
$if(date)$
$date$
$endif$
+$elseif(date)$
+:revdate: $date$
+$endif$
$if(keywords)$
:keywords: $for(keywords)$$keywords$$sep$, $endfor$
$endif$