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

post-metadata-list.html « partials « layouts - github.com/mikeblum/hugo-now.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8f960209d6439b9fa6ae6ba9636e7ec9f8244f73 (plain)
1
2
3
4
5
6
7
8
9
10
<!-- supports emoji -->
<h1 class="title"><a href="{{ .Permalink }}">{{ .Title | emojify }}</a>{{ if .Draft }} ::Draft{{ end }} 
    <small class="text-muted pull-right">{{ .Date.Format "January 2, 2006" }}</small>
</h1>
<div class="post-metadata">
  <p class="text-muted">{{ .Params.subtitle }}</p>
  {{ if .Params.tags }}
    {{ partial "tags" .Params.tags }}
  {{ end }}
</div>