A few other attempts at getting comment count working
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luca Beltrame 2021-01-09 09:14:30 +01:00
parent 45402c2e87
commit 9d1f1c0d96
Signed by: einar
GPG key ID: 4707F46E9EC72DEC
2 changed files with 3 additions and 3 deletions

View file

@ -46,7 +46,7 @@
{{ end }}
{{ if .Site.Params.commentoEnable }}
<span class="f6 mv4 tr dib tracked">
- <a href="{{ .Permalink }}#isso-thread" class="f5 no-underline">Comments</a>
- <a href="{{ .RelPermalink }}#isso-thread" class="f5 no-underline">Comments</a>
</span>
{{ end }}
</header>

View file

@ -63,9 +63,9 @@
}
.isso-comment > div.text-wrapper > .isso-comment-header {
font-size: 0.85rem !important;
font-size: 0.9rem !important;
}
.isso-comment > div.text-wrapper > div.text p {
font-size: 0.85rem !important;
font-size: 0.9rem !important;
}