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:
parent
ff21b7ad63
commit
6045d7891c
|
@ -17,4 +17,4 @@
|
||||||
|
|
||||||
.nested-links a{
|
.nested-links a{
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue