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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanzei <hanzei@mailbox.org>2018-07-24 01:04:56 +0300
committerHanzei <hanzei@mailbox.org>2018-07-24 01:04:56 +0300
commit5687d97c7871844a0a41d54325aa4dff54f6443e (patch)
tree2bb0c2387666d9d7bc992703dd399fd2d27793df /layouts/_default/taxonomy.html
parenta9d6150b009aabee5d684dc7120de2e04d75f1c9 (diff)
Refactor taxonomies page
Diffstat (limited to 'layouts/_default/taxonomy.html')
-rw-r--r--layouts/_default/taxonomy.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html
index cf9409a..92e1492 100644
--- a/layouts/_default/taxonomy.html
+++ b/layouts/_default/taxonomy.html
@@ -1,12 +1,9 @@
{{ define "title" }}
- <h1 class="bold-title is-1">Tagged "{{ lower .Title }}"</h1>
+ <h1 class="bold-title is-1">{{ .Data.Singular | humanize }}: {{ lower .Title }}</h1>
{{ end }}
{{ define "main" }}
<div class="container">
- <article>
- {{ .Content }}
- </article>
<ul>
{{ range .Pages.ByPublishDate.Reverse }}
<li>