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

github.com/yihui/hugo-xmag.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYihui Xie <xie@yihui.name>2017-07-12 08:17:59 +0300
committerYihui Xie <xie@yihui.name>2017-07-12 08:17:59 +0300
commit2c9cef0cb31e6d4a0c31bc2cacf714b3f82016f1 (patch)
tree15ce22018e2fbdab2d291892af3e03270ba6cf6f /layouts
parent6806d61ff1c3c78e4fd3206775f261f7d193ff47 (diff)
slight improvement of the post nav links (width/alignment)
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 1b159f0..7d79266 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -45,7 +45,7 @@
{{ if .Section }}
<nav class="post-nav">
- <span class="nav-prev">{{ with .NextInSection }}<a href="{{ .RelPermalink }}">&larr; {{ .Title }}</a>{{ end }}</span> &hercon;
+ <span class="nav-prev">{{ with .NextInSection }}<a href="{{ .RelPermalink }}">&larr; {{ .Title }}</a>{{ end }}</span> <span class="nav-sep">&hercon;</span>
<span class="nav-next">{{ with .PrevInSection }}<a href="{{ .RelPermalink }}">{{ .Title }} &rarr;</a>{{ end }}</span>
</nav>
{{ end }}