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

single.html « _default « layouts - github.com/mazgi/hugo-theme-techlog-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d3c8ad0a0c056513d45926dcd2e6237ba59ab469 (plain)
1
2
3
4
5
6
7
8
9
10
{{ partial "header.html" . }}
<div class="row">
  <article class="col-lg-12">
    <div class="row">
      <h1>{{ .Title }}</h1>
    </div>
    {{ .Content }}
  </article>
</div>
{{ partial "footer.html" . }}