diff options
Diffstat (limited to 'exampleSite/config.toml')
| -rw-r--r-- | exampleSite/config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index c8e2ec0..b0e5b62 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -83,6 +83,9 @@ disableKinds = ['RSS'] svgicon = '' # A single SVG icon with a light/dark version for modern browsers apple_touch_icon = '' # 180×180 PNG image for Apple devices webmanifest = '' # Web app manifest with 192×192 and 512×512 PNG icons for modern browsers + logo = '/img/open-graph-logo.png' # Logo image, relative to ./assets + logo_width = 200 # Logo image width + logo_height = 200 # Logo image height disable_fingerprinting = false |
