433 fix tags layout (#472)

* Added tags class to tags list

* display tags inline

* Added di class to list

* Removed tags class
This commit is contained in:
Jack 2022-02-02 16:45:48 +00:00 committed by GitHub
parent ff21b7ad63
commit 6045d7891c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<ul class="pa0"> <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>