summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-06-11 22:24:49 +0200
committerVolpeon <git@volpeon.ink>2022-06-11 22:24:49 +0200
commit98510890c54975f11ab335c4187e1f70b2712e58 (patch)
tree56b0f76e9c7d075961ce32d840a3f435207fb3d1 /templates
parentFixed page ordering in level 3 lists (diff)
downloadvolpeon.ink-98510890c54975f11ab335c4187e1f70b2712e58.tar.gz
volpeon.ink-98510890c54975f11ab335c4187e1f70b2712e58.tar.bz2
volpeon.ink-98510890c54975f11ab335c4187e1f70b2712e58.zip
Update
Diffstat (limited to 'templates')
-rw-r--r--templates/layouts/categorized_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html
index 8217fd9..52e0d88 100644
--- a/templates/layouts/categorized_list.html
+++ b/templates/layouts/categorized_list.html
@@ -8,7 +8,7 @@ $body$
8 $if(notoc)$$else$ 8 $if(notoc)$$else$
9 <nav class="c-hnav s-invisible-links"> 9 <nav class="c-hnav s-invisible-links">
10 $for(list)$ 10 $for(list)$
11 <small><a href="#$it.slug$">$it.title$</a></small> 11 <a class="c-hnav__item" href="#$it.slug$">$it.title$</a>
12 $endfor$ 12 $endfor$
13 </nav> 13 </nav>
14 $endif$ 14 $endif$