mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 00:52:43 +00:00
Added di class to list
This commit is contained in:
parent
921f2c11f9
commit
cffece1d88
@ -1,6 +1,6 @@
|
||||
<ul class="pa0 tags">
|
||||
<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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user