fix the broken bullshit
This commit is contained in:
parent
4c387ad5b8
commit
d45d004291
3 changed files with 4 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
Basspistol2025 by Sakrecoer
|
Basspistol2025 by Sakrecoer
|
||||||
Free for personal and commercial use under the Creative commons licens CC-BY-SA 4.0 https://creativecommons.org/licenses/by-sa/4.0/
|
Free for personal and commercial use under the Creative commons licens CC-BY-SA 4.0 https://creativecommons.org/licenses/by-sa/4.0/
|
||||||
-->
|
-->
|
||||||
<html lang="{{ .Site.LanguageCode }}">
|
<html lang="{{ .Site.Language.Locale }}">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@
|
||||||
<!-- Facebook -->
|
<!-- Facebook -->
|
||||||
|
|
||||||
<meta property="og:title" content="{{ $title }}" />
|
<meta property="og:title" content="{{ $title }}" />
|
||||||
<meta property="og:locale" content="{{ .Site.LanguageCode }}" />
|
<meta property="og:locale" content="{{ .Site.Language.Locale }}" />
|
||||||
<meta property="og:description" content="{{ $description }}" />
|
<meta property="og:description" content="{{ $description }}" />
|
||||||
<meta property="og:url" content="{{ .Permalink }}" />
|
<meta property="og:url" content="{{ .Permalink }}" />
|
||||||
<meta property="og:site_name" content="{{ .Site.Title }}" />
|
<meta property="og:site_name" content="{{ .Site.Title }}" />
|
||||||
|
|
@ -70,7 +70,7 @@
|
||||||
"name": "{{ .Site.Title }}",
|
"name": "{{ .Site.Title }}",
|
||||||
"url": "{{ .Site.BaseURL }}",
|
"url": "{{ .Site.BaseURL }}",
|
||||||
"sameAs": [
|
"sameAs": [
|
||||||
{{ range $index, $e := .Site.Data.social }}{{ if $index }}, {{ end }}{{ .URL }}{{ end }}
|
{{ range $index, $e := hugo.Data.social }}{{ if $index }}, {{ end }}{{ .URL }}{{ end }}
|
||||||
],
|
],
|
||||||
"logo": "{{ .Site.BaseURL }}siteicon.png",
|
"logo": "{{ .Site.BaseURL }}siteicon.png",
|
||||||
"image": "{{ .Site.BaseURL }}{{ .Site.Params.homepage_meta_tags.meta_og_image }}",
|
"image": "{{ .Site.BaseURL }}{{ .Site.Params.homepage_meta_tags.meta_og_image }}",
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
<atom:link href="{{ .Site.BaseURL }}podcast/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="{{ .Site.BaseURL }}podcast/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<sy:updatePeriod>{{ .Site.Params.Podcast.updatePeriod }}</sy:updatePeriod>
|
<sy:updatePeriod>{{ .Site.Params.Podcast.updatePeriod }}</sy:updatePeriod>
|
||||||
<sy:updateFrequency>{{ .Site.Params.Podcast.updateFrequency }}</sy:updateFrequency>
|
<sy:updateFrequency>{{ .Site.Params.Podcast.updateFrequency }}</sy:updateFrequency>
|
||||||
<language>{{ .Site.LanguageCode }}</language>
|
<language>{{ .Site.Language.Locale }}</language>
|
||||||
<lastBuildDate>{{ dateFormat "Mon, 2 Jan 2006 15:04:05 -0700" .Date }}</lastBuildDate>
|
<lastBuildDate>{{ dateFormat "Mon, 2 Jan 2006 15:04:05 -0700" .Date }}</lastBuildDate>
|
||||||
<copyright>{{ .Site.Params.Podcast.copyright | plainify }}</copyright>
|
<copyright>{{ .Site.Params.Podcast.copyright | plainify }}</copyright>
|
||||||
<itunes:subtitle>{{ .Site.Params.Podcast.subtitle }}</itunes:subtitle>
|
<itunes:subtitle>{{ .Site.Params.Podcast.subtitle }}</itunes:subtitle>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue