Added di class to list

This commit is contained in:
Jack 2022-01-31 12:34:05 +00:00 committed by GitHub
parent 921f2c11f9
commit cffece1d88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
<ul class="pa0 tags"> <ul class="pa0">
{{ range .Params.tags }} {{ 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 href="{{ "/tags/" | relLangURL }}{{ . | urlize }}" class="link f5 grow no-underline br-pill ba ph3 pv2 mb2 dib black sans-serif">
{{- . -}} {{- . -}}
</a> </a>