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

github.com/d-kusk/minimage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaisuke KONISHI <skydai1151@gmail.com>2018-02-12 18:59:57 +0300
committerDaisuke KONISHI <skydai1151@gmail.com>2018-02-12 18:59:57 +0300
commitaee76ef6d7809cebe13027ef7cf918339a258fe6 (patch)
treec0a5f28a9181e8ddb76a4b8ef310bd35528551d4 /layouts
parentdaebd5493b6b65bb315247ac5c4a693c571ae238 (diff)
fixed related content
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/single.html1
-rw-r--r--layouts/partials/related.html2
2 files changed, 2 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 9f49067..79582dc 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -29,6 +29,7 @@
{{ partial "pager.html" . }}
+
{{ partial "related.html" . }}
</footer>
{{ partial "json-single.html" . }}
diff --git a/layouts/partials/related.html b/layouts/partials/related.html
index 44a3649..3d91113 100644
--- a/layouts/partials/related.html
+++ b/layouts/partials/related.html
@@ -1,7 +1,7 @@
{{ $related := .Site.RegularPages.Related . | first 5 }}
{{ with $related }}
<nav class="related-articles js-related-articles">
- <h2 class="related-articles__text">関連記事</h2>
+ <h2 class="related-articles__text">Related Content</h2>
<ul class="related-articles__links">
{{ range . }}
<li class="related-articles__links__item js-items">