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

github.com/knadh/hugo-ink.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/_default/term.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/_default/term.html b/layouts/_default/term.html
index 08fc635..40ae160 100644
--- a/layouts/_default/term.html
+++ b/layouts/_default/term.html
@@ -9,9 +9,11 @@
<h1 class="page-title">{{ .Title }}</h1>
{{ with (.Site.GetPage .Title) }}
+ <ul>
{{ range .Pages }}
<li><a href="{{ .Permalink }}">{{ .Title }}</a></li>
{{ end }}
+ </ul>
{{ end }}
</div>