diff --git a/data/sharing.json b/data/sharing.json index bef1cbf45..fd0751bd4 100644 --- a/data/sharing.json +++ b/data/sharing.json @@ -63,5 +63,10 @@ "icon": "xing", "title": "sharing.xing", "url": "https://www.xing.com/spi/shares/new?url=%s" + }, + "bluesky": { + "icon": "bluesky", + "title": "sharing.bluesky", + "url": "https://bsky.app/intent/compose?text=%s%s" } } diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 28c8daf91..6ed23ae33 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -12,20 +12,26 @@ + +
+
{{ i18n "nav.skip_to_main" }} + + {{ i18n "nav.skip_to_main" }} +
+ {{ $header := print "partials/header/" .Site.Params.header.layout ".html" }} {{ if templates.Exists $header }} {{ partial $header . }} {{ else }} {{ partial "partials/header/basic.html" . }} {{ end }} +
{{ block "main" . }}{{ end }} @@ -34,7 +40,7 @@