Add option to hide upvotes
This commit is contained in:
parent
665da9bec6
commit
ecceb7afa9
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
<a class="blog-tags" href="{{ .RelPermalink }}">#{{ lower .LinkTitle }}</a>
|
||||
{{ end }}
|
||||
</p>
|
||||
{{ if .Site.Params.upvotes }}
|
||||
{{ if and .Site.Params.upvotes (not .Params.hideUpvotes) }}
|
||||
<div class="upvote">
|
||||
<button id="upvote-btn" aria-label="Upvote">
|
||||
<span id="upvote-chevron">⌃</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue