diff options
author | mms <git@sapka.me> | 2024-11-24 22:30:39 +0100 |
---|---|---|
committer | mms <git@sapka.me> | 2024-11-24 22:31:00 +0100 |
commit | c7f5572beb42c073ee6550816cd9e1f31cfa7092 (patch) | |
tree | c3aa312d0c65713d49da4436e22be071612a89ec /layouts/shortcodes/links.html | |
parent | 95e0330c60e67128950f0b8e135488217a54923b (diff) |
feat: bookmarks
Diffstat (limited to 'layouts/shortcodes/links.html')
-rw-r--r-- | layouts/shortcodes/links.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/links.html b/layouts/shortcodes/links.html index 4c87b41..2707af2 100644 --- a/layouts/shortcodes/links.html +++ b/layouts/shortcodes/links.html @@ -15,7 +15,7 @@ <tr> <td colspan="2"> <hr> - <h2>{{ $letter}}</h2> + <h4>{{ $letter}}</h4> </td> </tr> {{ end }} |