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

single.html « page « layouts - github.com/mmrath/hugo-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f92624cdc2f74976f1ed3d792d5fa9f52dd9e76c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{{ partial "head" . }}
<div class="container p-b-2">
  <div class="row">
    <div class="col-xs-12 col-md-9 post-container">
      {{ .Render "single.content" }}
    </div>
      <div class="col-xs-12 col-md-3">
        {{ partial "content/sidebar" .}}
      </div>
  </div>
</div>
{{ partial "foot" . }}