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

github.com/carsonip/hugo-theme-minos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lyu <apemost@gmail.com>2019-01-16 16:09:04 +0300
committerAndrew Lyu <apemost@gmail.com>2019-01-16 16:09:04 +0300
commit4759e47f97ad94ddf4ef8df314545bfe9b0555a1 (patch)
tree2f8bf41b2ecff353a327dfef76c4a4878f2d5dd3
parent17e9412dac32773df720e6c4bf2e6e5df95925c3 (diff)
Don't convert categories to upper case
-rw-r--r--layouts/_default/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 91e32a2..5b1705e 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -5,7 +5,7 @@
<section id="main" class="outer">
<section class="archives-wrap">
<div class="archive-category-wrap">
- <span class="archive-category">{{ .Title | upper }}</span>
+ <span class="archive-category">{{ .Title }}</span>
</div>
<div class="archives">
{{ range .Paginator.Pages }}