Skip to content

Commit 3c0e51b

Browse files
committed
Small changes to TOC
Signed-off-by: lucperkins <[email protected]>
1 parent 84fbecc commit 3c0e51b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

layouts/_default/single.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,17 @@
2222
{{ if $hasToc }}
2323
<div class="column is-one-third is-hidden-mobile">
2424
<div class="toc">
25-
<p class="title">
26-
<span class="icon has-text-grey-light">
25+
<p class="is-size-4 has-text-weight-bold">
26+
<span class="icon has-text-grey">
2727
<i class="fas fa-list-ul"></i>
2828
</span>
2929
&nbsp;
3030
<span>
3131
Contents
3232
</span>
3333
</p>
34+
35+
<br />
3436

3537
<div class="toc-content">
3638
{{ .TableOfContents }}

0 commit comments

Comments
 (0)