mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 11:32:30 -06:00
fixed small typos
This commit is contained in:
parent
d6cd95b306
commit
6a3c4f9c21
2 changed files with 1 additions and 7 deletions
|
@ -58,7 +58,7 @@ mainSections = ["docs"]
|
||||||
groupByYear = false
|
groupByYear = false
|
||||||
|
|
||||||
[sitemap]
|
[sitemap]
|
||||||
excludedKinds = []
|
excludedKinds = ["taxonomy","term"]
|
||||||
|
|
||||||
[taxonomy]
|
[taxonomy]
|
||||||
showTermCount = true
|
showTermCount = true
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
<span>
|
<span>
|
||||||
<!--button id="likes_button" class="border rounded px-3" onclick="process_article()">
|
|
||||||
Like
|
|
||||||
</button-->
|
|
||||||
|
|
||||||
|
|
||||||
<button id="likes_button"
|
<button id="likes_button"
|
||||||
style="height: 30px; padding-top: 2px; padding-bottom: 4px; padding-left: 10px; padding-right: 10px"
|
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"
|
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 @@
|
||||||
|
|
||||||
<span id="likes_button_text">Like</span>
|
<span id="likes_button_text">Like</span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
</span>
|
</span>
|
||||||
{{- /* Trim EOF */ -}}
|
{{- /* Trim EOF */ -}}
|
Loading…
Reference in a new issue