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

single.html « post « layouts - github.com/tummychow/lanyon-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 526ed57993e7c428521aed56f17fcf2da9325b8f (plain)
1
2
3
4
5
6
7
8
9
{{ partial "default_head.html" . }}

<div class="post">
  <h1 class="post-title">{{ .Title }}</h1>
  <span class="post-date">{{ .Date.Format .Site.Params.DateForm }}</span>
  {{ .Content }}
</div>

{{ partial "default_foot.html" . }}