diff options
author | Alan Pearce | 2020-01-11 19:30:24 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-16 00:30:24 +0100 |
commit | 50c3061e584e1b4ccb222dd9189fc2a5d9c78554 (patch) | |
tree | e4629cb0487bea53e32589af500d4bf8f439cf5c /config.toml | |
parent | 51a8668f216bdb0d0b2d805d1ac476568c9ac128 (diff) | |
download | website-50c3061e584e1b4ccb222dd9189fc2a5d9c78554.tar.lz website-50c3061e584e1b4ccb222dd9189fc2a5d9c78554.tar.zst website-50c3061e584e1b4ccb222dd9189fc2a5d9c78554.zip |
Remove mention of Hugo from HTML
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 83ce728..474db6f 100644 --- a/config.toml +++ b/config.toml @@ -4,6 +4,7 @@ title = "Alan Pearce" theme = "hyde" pygmentsUseClasses = true pygmentsCodeFences = true +disableHugoGeneratorInject = true [Params] Description = "Developer, Emacser" |