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

github.com/gohugoio/hugoThemesSite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2018-08-11 17:48:51 +0300
committerAnthony Fok <foka@debian.org>2018-08-11 17:48:51 +0300
commitd8f7a14794ea4fefe3f1ffd25a14bba4d2ddc850 (patch)
tree443b1c3657c47f02c90e6ae8d2966c0b08212615
parentcda891181f4904b4fa4e87073048a301ae87cf62 (diff)
Add "flex-wrap" class for theme prev/next links
as recommended by @budparr, see gohugoio/gohugoioTheme#87.
-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 cf3ee90..270f364 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -7,7 +7,7 @@
Hugo Themes
</h1>
<div class="flex-auto-l"></div>
- <div class="flex justify-between">
+ <div class="flex flex-wrap justify-between">
<span class="gray dib-l f6 ph3 pv2 gray dn">Prev/Next: </span>
{{ partial "previous-next-links.html" . }}
<a href="/" class="bg-primary-color br2 dib-l f6 hover-bg-accent-color link ph3 pv2 white ml5-l">