diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-24 22:57:36 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-24 22:57:36 +0200 |
| commit | cd9b95683a8ec2c2ef86863c61025ae8a6fc4222 (patch) | |
| tree | 73ae4202c876355ad754069971d66479a8a37c21 /exampleSite/config.toml | |
| parent | f67141db536e72f2f6fa08c91998f2dcbf22398f (diff) | |
| download | gohugo-theme-ed-cd9b95683a8ec2c2ef86863c61025ae8a6fc4222.tar.gz | |
Remove no longer used logo params
Diffstat (limited to 'exampleSite/config.toml')
| -rw-r--r-- | exampleSite/config.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index d186150..eb8cb4e 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -148,11 +148,7 @@ disableKinds = ['RSS'] favicon = '' # favicon.ico for legacy browsers svgicon = '' # A single SVG icon with a light/dark version for modern browsers apple_touch_icon = '' # 180×180 PNG image for Apple devices - 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 [social] |
