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

github.com/budparr/gohugo-theme-ananke.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack <jackhandley@hotmail.co.uk>2022-02-02 19:45:48 +0300
committerGitHub <noreply@github.com>2022-02-02 19:45:48 +0300
commit6045d7891cf180fbd8f8de8ca63f3b471087f6ec (patch)
treefb53126312fd16a8a0350b8f797c7f99d286956b /layouts
parentff21b7ad63cffcd880690b02c57d9721e3457e05 (diff)
433 fix tags layout (#472)
* Added tags class to tags list * display tags inline * Added di class to list * Removed tags class
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/tags.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/tags.html b/layouts/partials/tags.html
index 4fce241..976a9a2 100644
--- a/layouts/partials/tags.html
+++ b/layouts/partials/tags.html
@@ -1,6 +1,6 @@
<ul class="pa0">
{{ range .Params.tags }}
- <li class="list">
+ <li class="list di">
<a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}" class="link f5 grow no-underline br-pill ba ph3 pv2 mb2 dib black sans-serif">
{{- . -}}
</a>