diff options
author | Volpeon <git@volpeon.ink> | 2022-06-11 22:24:49 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-06-11 22:24:49 +0200 |
commit | 98510890c54975f11ab335c4187e1f70b2712e58 (patch) | |
tree | 56b0f76e9c7d075961ce32d840a3f435207fb3d1 /templates/layouts | |
parent | Fixed page ordering in level 3 lists (diff) | |
download | volpeon.ink-98510890c54975f11ab335c4187e1f70b2712e58.tar.gz volpeon.ink-98510890c54975f11ab335c4187e1f70b2712e58.tar.bz2 volpeon.ink-98510890c54975f11ab335c4187e1f70b2712e58.zip |
Update
Diffstat (limited to 'templates/layouts')
-rw-r--r-- | templates/layouts/categorized_list.html | 2 |
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$ |