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

single.html « _default « layouts - github.com/mmrath/hugo-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: feb6f477d5f2f92acdc0e82ee33a9e3c4209a66d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{ partial "head" . }}
<div class="container">
  <div class="row">
    <div class="col-sm-12">
    <!-- End Fixed Left Share -->
      {{ .Render "single.hat" }}
      {{ .Render "single.content" }}
      </div>
  </div>
  <div class="row">{{ .Render "single.boot" }}</div>
  
</div>
{{ partial "foot" . }}