diff --git a/docs/config.toml b/docs/config.toml index d1a2db1..e2d8f50 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -16,7 +16,7 @@ enableRobotsTXT = "false" google_analytics_id = "" logo = "assets/img/dowse-logo.svg" icon = "assets/img/dyne-icon.svg" - footerIcon = "/ssets/img/dyne-icon.svg" + footerIcon = "assets/img/dyne-icon.svg" email = "info@dyne.org" download = "download" documentation = "https://github.com/dyne/dowse/wiki" @@ -35,7 +35,7 @@ enableRobotsTXT = "false" [params.homepage_meta_tags] meta_og_type = "website" - meta_og_image = "images/.jpeg" + meta_og_image = "images/dowse.png" meta_twitter_site = "@dyneorg" meta_twitter_creator = "@dyneorg" diff --git a/docs/static/images/dowse.png b/docs/static/images/dowse.png new file mode 100644 index 0000000..89eac66 Binary files /dev/null and b/docs/static/images/dowse.png differ diff --git a/docs/themes/dyne-soft/layouts/partials/head/seo.html b/docs/themes/dyne-soft/layouts/partials/head/seo.html index eee8fd6..34b5ec5 100644 --- a/docs/themes/dyne-soft/layouts/partials/head/seo.html +++ b/docs/themes/dyne-soft/layouts/partials/head/seo.html @@ -48,14 +48,14 @@ - + - + @@ -66,7 +66,7 @@ "@type": "Organization", "name": "{{ .Site.Title }}", "url": "{{ .Site.BaseURL }}", - "sameAs": [ + "sameAs": [ {{ range $index, $e := .Site.Data.social }}{{ if $index }}, {{ end }}{{ .URL }}{{ end }} ], "logo": "{{ .Site.BaseURL }}siteicon.png", @@ -85,4 +85,4 @@ - \ No newline at end of file +