add modification timestamp
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -133,6 +133,7 @@ postCtx tags =
|
|||||||
tagsField "tags" tags
|
tagsField "tags" tags
|
||||||
-- <> teaserFieldWithSeparator "((.tease.))" "teaser" "content"
|
-- <> teaserFieldWithSeparator "((.tease.))" "teaser" "content"
|
||||||
<> dateField "date" "%B %e, %Y"
|
<> dateField "date" "%B %e, %Y"
|
||||||
|
<> modificationTimeField "modified" "%B %e, %Y"
|
||||||
<> teaserField "teaser" "content"
|
<> teaserField "teaser" "content"
|
||||||
<> defaultCtx
|
<> defaultCtx
|
||||||
|
|
||||||
|
@@ -7,6 +7,9 @@
|
|||||||
$endif$<br>
|
$endif$<br>
|
||||||
$if(tags)$
|
$if(tags)$
|
||||||
Tags: $tags$
|
Tags: $tags$
|
||||||
|
$endif$<br>
|
||||||
|
$if(modified)$
|
||||||
|
Last modified on $modified$
|
||||||
$endif$
|
$endif$
|
||||||
</section>
|
</section>
|
||||||
<hr>
|
<hr>
|
||||||
|
Reference in New Issue
Block a user