Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/negrel/hugo-theme-pico.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/taxonomy_list.html')
-rw-r--r--layouts/partials/taxonomy_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/taxonomy_list.html b/layouts/partials/taxonomy_list.html
index 6eb24aa..bd392e2 100644
--- a/layouts/partials/taxonomy_list.html
+++ b/layouts/partials/taxonomy_list.html
@@ -4,7 +4,7 @@
class="bg-secondary-dark dark:bg-secondary-light hover:bg-secondary rounded-full p-1 pr-2 mr-2 mb-3 flex-initial ease-in-out duration-200">
<img style="width: 30px; height: 30px;" class="inline rounded-full shadow-4" src=" {{ "icons/tag.svg" | relURL }}"
alt="tag icon">
- <span class="inline font-sans align-middle select-none text-xl mr-1 blend-diff">{{ $name | upper }}</span>
+ <span class="inline font-sans align-middle select-none text-xl mr-1">{{ $name | upper }}</span>
</div>
</a>
{{ end }} \ No newline at end of file