diff options
author | Anthony Wang | 2023-01-09 19:16:46 +0000 |
---|---|---|
committer | Anthony Wang | 2023-01-09 19:16:46 +0000 |
commit | 19ee2cb9df40bce9f70ddc5a63a26e0f00d9414d (patch) | |
tree | 26b721928284dcbd2909a94944c7763bd3749ec9 /config.toml | |
parent | 54111e648fa9fd2fef4fd53e3cb0fe7fa5a97a44 (diff) |
Enable prev and next buttons
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 380ad4f..6088fcc 100644 --- a/config.toml +++ b/config.toml @@ -47,6 +47,7 @@ theme = 'gokarna' description = '(+ (This subdomain) (Ordinal n) (! off) (Element 39) (Wide area network) (Prefix for billion))' accentColor = '#00dd42' footer = '🎉 Made with Hugo and frustration! - CC BY-SA 4.0' + togglePreviousAndNextButtons = 'true' socialIcons = [ {name = 'email', url = '/about/email'}, {name = 'forgejo', url = 'https://git.exozy.me/a'}, |