Welcome to mirror list, hosted at ThFree Co, Russian Federation.

postfooter.html « partials « layouts - github.com/gyorb/hugo-dusk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c7ee13e2208305c8315548a4fc907c2762dd25f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<footer class="post-footer">

  <div class="post-footer-data">
    {{ partial "tags.html" . }}
    <div class="date"> {{ .Date.Format "Jan 2, 2006" }} </div>
  </div>

</footer>

{{ if eq .Type "post" }}
  {{ partial "disqus.html" . }}
{{ end }}