aboutsummaryrefslogtreecommitdiff
path: root/themes/flamingo/layouts/_default/single.html
diff options
context:
space:
mode:
authorgabrielgio <gabriel.giovanini@pm.me>2020-07-12 00:59:51 +0200
committergabrielgio <gabriel.giovanini@pm.me>2020-07-12 00:59:51 +0200
commitbf64e61e1da92a829ae172cde608371a3335b602 (patch)
tree6148e3271c33ccd336cb12fb8b976798530f651e /themes/flamingo/layouts/_default/single.html
parenta42f79ec30d915b45793d7d3c6964845bd5f4946 (diff)
downloadgabrielgio.me-bf64e61e1da92a829ae172cde608371a3335b602.tar.gz
gabrielgio.me-bf64e61e1da92a829ae172cde608371a3335b602.tar.bz2
gabrielgio.me-bf64e61e1da92a829ae172cde608371a3335b602.zip
Adds two pages from previous jekyll project
Diffstat (limited to 'themes/flamingo/layouts/_default/single.html')
-rw-r--r--themes/flamingo/layouts/_default/single.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/flamingo/layouts/_default/single.html b/themes/flamingo/layouts/_default/single.html
index 99ec989..6261b4b 100644
--- a/themes/flamingo/layouts/_default/single.html
+++ b/themes/flamingo/layouts/_default/single.html
@@ -4,7 +4,10 @@
<h1>{{ .Title }}</h1>
{{ if .Date }}
- <time>{{ .Date.Format "Jan 02, 2006" }}</time>
+ <time>Created At: {{ .Date.Format "02 Jan 2006" }}</time></br>
+ {{ end }}
+ {{ if .Lastmod }}
+ <time>Last Modified: {{ .Lastmod.Format "02 Jan 2006"}}</time>
{{ end }}
{{ partial "tagbar.html" }}