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

github.com/rafed/ramium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/index/tag-bullet.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/index/tag-bullet.html b/layouts/partials/index/tag-bullet.html
index e3866d6..593e40a 100644
--- a/layouts/partials/index/tag-bullet.html
+++ b/layouts/partials/index/tag-bullet.html
@@ -18,7 +18,7 @@
{{ range $name := $randTags }}
<a href="{{ "/tags/" | relURL }}{{ $name | urlize }}">
<span class="tag is-dark is-large is-rounded">
- {{ replace $name "-" " " }}
+ {{ replace $name "-" " " | title }}
</span>
</a>
{{ end }}