aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/partials/article-meta-bottom.html
blob: d1adf5cb4ab5d9c9e70cea3261ec3838400b50a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>