add partial for rel-me links

This commit is contained in:
Robert Kaussow 2020-07-23 10:00:18 +02:00
parent 6d56d422f3
commit 439ca1c7e8
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
3 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,7 @@
<title>{{ if not (eq .Kind "home") }}{{ partial "title" . }} | {{ end }}{{ .Site.Title }}</title>
{{ partial "head/favicons" . }}
{{ partial "head/rel-me" . }}
{{ partial "head/others" . }}
</head>

View File

@ -0,0 +1 @@
<!-- place to set your rel-me links https://microformats.org/wiki/rel-me -->

View File

@ -1,6 +1,6 @@
<header class="gblog-header">
<div class="container flex align-center justify-center">
<a class="gblog-header__link" href="{{ .Site.BaseURL }}">
<a class="gblog-header__link" rel="me" href="{{ .Site.BaseURL }}">
<span class="gblog-brand flex align-center justify-center">
<img class="gblog-brand__img" title="Branding of {{ .Site.Title }}" src="{{ (default "brand.svg" .Site.Params.GeekblogLogo) | relURL }}" alt="{{ .Site.Title }}" width=60 height=60>
{{ .Site.Title }}