aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/single.html
blob: c1292b2422aade98dda881e5610602f6ffd0e9b4 (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>