aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/partials/article-meta-bottom.html
diff options
context:
space:
mode:
Diffstat (limited to 'generators/hugo/themes/tdro/layouts/partials/article-meta-bottom.html')
-rw-r--r--generators/hugo/themes/tdro/layouts/partials/article-meta-bottom.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/generators/hugo/themes/tdro/layouts/partials/article-meta-bottom.html b/generators/hugo/themes/tdro/layouts/partials/article-meta-bottom.html
new file mode 100644
index 0000000..d1adf5c
--- /dev/null
+++ b/generators/hugo/themes/tdro/layouts/partials/article-meta-bottom.html
@@ -0,0 +1,15 @@
+<article-meta-bottom>
+ {{ dateFormat "2 January 2006" .Params.date }}
+ <code> &mdash; Written</code>
+ <br>
+ {{ if .Params.updated }}
+ {{ dateFormat "2 January 2006" .Params.updated }}
+ {{ else }}
+ {{ dateFormat "2 January 2006" .Params.date }}
+ {{ end }}
+ <code> &mdash; Updated</code>
+ <br>
+ {{ .Site.Author.name }}<code> &mdash; Creator</code>
+ <br>
+ <a href="{{ strings.TrimRight "/" .Permalink }}.md">{{ .Slug }}.md</a><code> &mdash; Article</code>
+</article-meta-bottom>