mirror of
https://github.com/Pagwin-Fedora/website.git
synced 2025-07-18 04:45:41 +00:00
whoops committed an oopsie
This commit is contained in:
parent
3a45051da7
commit
c55a7390df
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
<meta property="og:title" content="{{ .Title }}"/>
|
<meta property="og:title" content="{{ .Title }}"/>
|
||||||
<meta property="og:type" content="website"/>
|
<meta property="og:type" content="website"/>
|
||||||
<meta property="og:url" content="{{ .Permalink }}"/>
|
<meta property="og:url" content="{{ .Permalink }}"/>
|
||||||
<meta property="og:image" content="{{ .Site.BaseURL }}icon.png">
|
<meta property="og:image" content="{{ .Site.BaseURL }}/img/icon.png">
|
||||||
<meta property="og:description" content="{{ .Page.Description }}">
|
<meta property="og:description" content="{{ .Page.Description }}">
|
||||||
<meta name="description" content="{{ .Page.Description }}">
|
<meta name="description" content="{{ .Page.Description }}">
|
||||||
{{ range .AlternativeOutputFormats -}}
|
{{ range .AlternativeOutputFormats -}}
|
||||||
|
|
Loading…
Reference in a new issue