fixed small typos

This commit is contained in:
Nuno Coração 2022-10-12 21:43:11 +01:00
parent d6cd95b306
commit 6a3c4f9c21
2 changed files with 1 additions and 7 deletions

View file

@ -58,7 +58,7 @@ mainSections = ["docs"]
groupByYear = false
[sitemap]
excludedKinds = []
excludedKinds = ["taxonomy","term"]
[taxonomy]
showTermCount = true

View file

@ -1,9 +1,4 @@
<span>
<!--button id="likes_button" class="border rounded px-3" onclick="process_article()">
Like
</button-->
<button id="likes_button"
style="height: 30px; padding-top: 2px; padding-bottom: 4px; padding-left: 10px; padding-right: 10px"
class="!rounded-md bg-primary-600 px-4 py-2 !text-neutral !no-underline hover:!bg-primary-500 dark:bg-primary-800 dark:hover:!bg-primary-700"
@ -13,6 +8,5 @@
&nbsp;
<span id="likes_button_text">Like</span>
</button>
</span>
{{- /* Trim EOF */ -}}