aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/single.html
blob: 51a09e848155f10da8fe028b278c8183f0002d69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{{ partial "meta" . }}
  <body class="default single">
    <div class="contain">
      <a href="{{ .Site.BaseURL }}">← {{ T "goBack" }} <em>{{ .Site.Title }}</em></a>
      <hr>
      {{ .Content }}
    </div>

    {{ partial "js" . }}
    {{ partial "footer" . }}
  </body>
</html>