This commit is contained in:
samaradel
2022-04-20 13:24:28 +02:00
parent 1654135fec
commit 379d116b42
22 changed files with 126 additions and 320 deletions

View File

@@ -48,7 +48,7 @@
<section class="post-tags container relative py-10">
{% for tag in page.taxonomies.tags %}
{% set fullpath = "/tags/" ~ tag %}
{% set fullpath = "/tags/" ~ tag | replace(from='_', to='-' ) %}
<button class="
text-xs
bg-transparent