Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Fastbyte01/KeepIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/posts.html')
-rw-r--r--layouts/_default/posts.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/posts.html b/layouts/_default/posts.html
index b4c6724..3496be6 100644
--- a/layouts/_default/posts.html
+++ b/layouts/_default/posts.html
@@ -1,7 +1,7 @@
{{ define "content" }}
{{ $data := .Data }}
<div class="post-warp archive">
- <h2 class="post-title" style="text-align:right;padding-bottom:2em">-&nbsp;{{ $data.Plural | humanize }}{{ .Title }}&nbsp;-</h2>
+ <h2 class="post-title" style="text-align:right;padding-bottom:2em">&nbsp;{{ $data.Plural | humanize }}{{ .Title }}&nbsp;</h2>
{{ range (.Paginate (.Pages.GroupByDate "2006")).PageGroups }}
<h3>{{ .Key }}</h3>