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.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 52e9c13..50810e9 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -4,8 +4,9 @@
{{ define "main" }}
<main id="main" class="post">
- <h1>{{ .Title }}</h1>
+ <h1 class="title">{{ .Title }}</h1>
<div><i>{{ .PublishDate.Format "January 2, 2006"}}</i></div>
+ <hr>
<article class="content">
{{ .Content }}
</article>
@@ -13,7 +14,7 @@
<div>
<b>Keywords: </b>
{{ range .Params.tags }}
- <a class="link" href='{{ "tags" | absURL }}/{{ . | urlize }}'>#{{ . }}</a>
+ <a href='{{ "tags" | absURL }}/{{ . | urlize }}'>#{{ . }}</a>
{{ end }}
</div>
{{ end }}