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

single.html « _default « layouts - github.com/natarajmb/charaka-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 985c3ff335c2ebf6b6eaee2bc453a91ae7c07bdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{{ partial "header" . }}
{{ partial "nav" . }}
<div class="container">
  <h2 class="subtitle is-6">{{ .Date.Format "January 2, 2006" }}</h2>
  <h2 class="subtitle is-size-4-mobile is-size-3-desktop">{{ .Title }}</h1>
  <div class="content">
    {{ .Content }}
  </div>
</div>
{{ partial "jsshare" . }}
{{ partial "disqus" . }}
{{ partial "footer" . }}