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