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: 5550bb0c95d52edb42b291f9a2a42ea2ea20f9ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{ partial "head" . }}
<div class="container p-a-0">
  <div class="row m-l-0 m-r-0">
    <div class="col-xs-12 col-md-9 post-container">
      {{ .Render "single.hat" }}
      {{ .Render "single.content" }}
      {{ .Render "single.boot" }}
    </div>
      <div class="col-xs-12 col-md-3">
        {{ partial "content/sidebar" .}}
      </div>
  </div>
</div>
{{ partial "foot" . }}