diff options
author | Anthony Wang | 2022-09-07 16:09:09 -0500 |
---|---|---|
committer | Anthony Wang | 2022-09-07 16:09:09 -0500 |
commit | 5520f32e224520e0f7a100d2cee2ef3b29f5ea6f (patch) | |
tree | faf15c5049c9c4026d91d25027e879019a0adf3c /config.toml | |
parent | 6ce099c2241b32c3a08dd0ccfc18cd7e86275a56 (diff) |
Fix TOML string newline
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index aef7d43..1816b97 100644 --- a/config.toml +++ b/config.toml @@ -44,7 +44,7 @@ theme = 'gokarna' [params] avatarURL = '/dodecahedra/logo.webp' avatarSize = 'size-xl' - description = '(+ (This subdomain) (Ordinal n) (! off) (Element 39))\n(+ (Wide area network) (Prefix for billion))' + description = "(+ (This subdomain) (Ordinal n) (! off) (Element 39))\n(+ (Wide area network) (Prefix for billion))" accentColor = '#00dd42' footer = '🎉 Made with Hugo and frustration! - CC BY-SA 4.0' socialIcons = [ |