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:
authorGiuseppe Pignataro <rogepix@gmail.com>2019-09-12 23:50:26 +0300
committerGiuseppe Pignataro <rogepix@gmail.com>2019-09-12 23:50:26 +0300
commit916b2dd37d59c21ef39e756139a82a1df1f6d5f0 (patch)
tree164355ff20a09561f311c03bfedfdaca60e4198e
parentf0111af076b3759e4c62358e33908eda46777ce0 (diff)
Minor changes
-rw-r--r--layouts/_default/posts.html2
-rw-r--r--layouts/_default/terms.html2
2 files changed, 2 insertions, 2 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>
diff --git a/layouts/_default/terms.html b/layouts/_default/terms.html
index 8261c5c..80a0f0c 100644
--- a/layouts/_default/terms.html
+++ b/layouts/_default/terms.html
@@ -6,7 +6,7 @@
{{ $type := .Type }}
<!-- Categories Page -->
<div class="post-warp {{.Data.Plural}}">
- <h2 class="post-title" style="text-align:right;padding-bottom:2em">-&nbsp;{{ .Data.Plural | humanize }}&nbsp;-</h2>
+ <h2 class="post-title" style="text-align:right;padding-bottom:2em">&nbsp;{{ .Data.Plural | humanize }}&nbsp;</h2>
{{ if and $.Site.Taxonomies.categories (eq $termName "categories") }}
<div class="categories-card">