A few other attempts at getting comment count working
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
45402c2e87
commit
9d1f1c0d96
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue