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

github.com/lxndrblz/anatole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexanderdavide <alexeble1998@gmail.com>2022-03-03 21:11:47 +0300
committeralexanderdavide <alexeble1998@gmail.com>2022-03-03 21:11:47 +0300
commitc14fb1e46cd2d37a0fa0256d27cf7dfb997bd6f7 (patch)
treeb78135c74d020b4a1fb687b3e6e53d1ea7e4ef30 /layouts
parent62ea796e3718964fbe38748845e6f8e059fc1df5 (diff)
feat: uppercase headings on overview pages
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 36dd0dc..ef29d79 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -57,7 +57,7 @@
{{ end }}
<div class="post__content">
- <h3><a href="{{ .RelPermalink }}">{{ .Title }}</a></h3>
+ <h3><a href="{{ .RelPermalink }}">{{ upper .Title }}</a></h3>
{{ if .Site.Params.fullPostContent }}
{{ .Content }}