summaryrefslogtreecommitdiff
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 55b7c30..7920d00 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -2,7 +2,7 @@
<main>
<article>
<h1>{{ .Title }}</h1>
- <time>{{ .Date.Format "02.01.2006 15:04" }}</time>
+ <b><time>{{ .Date.Format "02.01.2006 15:04" }}</time></b>
<div>
{{ .Content }}
</div>
@@ -15,11 +15,6 @@
</ul>
</div>
{{ end }}
- {{ with .Site.DisqusShortname }}
- <div>
- {{ template "_internal/disqus.html" . }}
- </div>
- {{ end }}
</article>
</main>
{{ partial "sidebar.html" . }}