aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 8463204..c1292b2 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,13 +1,11 @@
{{ partial "meta" . }}
-
- <body>
+ <body class="default single">
<div class="contain">
- <a href="{{ .Site.BaseURL }}">← Go back</a>
+ <a href="{{ .Site.BaseURL }}">← {{ T "goBack" }} <em>{{ .Site.Title }}<em></a>
<hr>
- {{ .Render "post" }}
+ {{ .Content }}
</div>
-
{{ partial "js" . }}
{{ partial "footer" . }}
</body>