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:
authorRafed Muhammad Yasir <rafed123@yahoo.com>2020-05-07 02:12:19 +0300
committerRafed Muhammad Yasir <rafed123@yahoo.com>2020-05-07 02:12:19 +0300
commit2741f3632c2a634ce782a6c02d253fa03302cb00 (patch)
tree611730908ecbfa721eccc2585cf01b5ffe86ee60
parent7915f48d8aa759e5055d9960f8039215fdbbbd86 (diff)
titlize tag in home
-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 }}