Update button and tag styling
This commit is contained in:
parent
007435e4d7
commit
8982cdcf3c
4 changed files with 11 additions and 12 deletions
|
@ -4,10 +4,7 @@
|
|||
<ul class="list-reset flex flex-wrap">
|
||||
{% for tag in page.tags|sort %}
|
||||
<li>
|
||||
<a
|
||||
href="/blog/tags/{{ tag }}"
|
||||
class="text-sm py-1 px-2 mr-1 mb-1 bg-grey-lighter text-grey-darker leading-none no-underline hover:underline focus:underline"
|
||||
>
|
||||
<a href="/blog/tags/{{ tag }}" class="text-sm py-1 px-2 mr-1 mb-1 bg-grey-lighter text-grey-darker leading-none no-underline hover:underline focus:bg-grey-darker focus:text-white">
|
||||
{{- tag -}}
|
||||
</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue