mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-17 17:00:25 +00:00
Use 'Stefan Kölle' as canonical spelling on hub + shared base, with once 'also known as Koelle' hint
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{{ title }}{% if 'moonweb' not in title and 'stefankoelle' not in title %} · moonweb.org{% endif %}</title>
|
||||
<meta name="description" content="{{ description }}">
|
||||
<meta name="author" content="Stefan Koelle">
|
||||
<meta name="author" content="Stefan Kölle">
|
||||
<meta name="theme-color" content="{% if section == 'hub' %}#3b6ea5{% elif section == 'infra' %}#99333A{% elif section == 'smarthome' %}#1f8a8a{% elif section == 'code' %}#3E5098{% elif section == 'retro' %}#8a6d3b{% else %}#3b6ea5{% endif %}">
|
||||
<link rel="canonical" href="{{ site.url }}{{ page.url }}">
|
||||
<meta property="og:title" content="{{ title }}{% if 'moonweb' not in title and 'stefankoelle' not in title %} · moonweb.org{% endif %}">
|
||||
@@ -36,7 +36,7 @@
|
||||
{% else %}
|
||||
"name": "{{ title | safe }}{% if 'moonweb' not in title and 'stefankoelle' not in title %} · moonweb.org{% endif %}",
|
||||
"url": "{{ site.url }}",
|
||||
"author": { "@type": "Person", "name": "Stefan Koelle" }
|
||||
"author": { "@type": "Person", "name": "Stefan Kölle" }
|
||||
{% endif %}
|
||||
}
|
||||
</script>
|
||||
@@ -45,7 +45,7 @@
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Person",
|
||||
"name": "Stefan Koelle",
|
||||
"name": "Stefan Kölle",
|
||||
"url": "https://www.moonweb.org",
|
||||
"image": "https://www.moonweb.org/stefan-koelle-foto.jpg",
|
||||
"jobTitle": "Senior Software Developer & Architect",
|
||||
|
||||
Reference in New Issue
Block a user