Fixing favicon and ogbanner links
This commit is contained in:
parent
b54da2a1d8
commit
7aee213674
@ -1,4 +1,4 @@
|
|||||||
baseURL: 'https://temper.tv/'
|
baseURL: 'https://temper.tv'
|
||||||
languageCode: 'en-us'
|
languageCode: 'en-us'
|
||||||
title: Hiya, I'm temper
|
title: Hiya, I'm temper
|
||||||
|
|
||||||
@ -17,11 +17,11 @@ Params:
|
|||||||
# Here we link the fun stuff ;)
|
# Here we link the fun stuff ;)
|
||||||
launchpad:
|
launchpad:
|
||||||
- Name: Feed
|
- Name: Feed
|
||||||
description: 📜 Posts about things
|
description: Posts about things
|
||||||
uri: /feed
|
uri: /feed
|
||||||
- name: Stream
|
- name: Stream
|
||||||
description: 📽️Livestreamin larry
|
description: ivestreamin larry
|
||||||
uri: /stream
|
uri: /stream
|
||||||
- name: Dev Blog
|
- name: Dev Blog
|
||||||
description: 🧑💻 Dev stuff
|
description: Dev stuff
|
||||||
uri: /dev
|
uri: /dev
|
||||||
|
@ -13,6 +13,6 @@
|
|||||||
{{ if .Params.Thumbnail }}
|
{{ if .Params.Thumbnail }}
|
||||||
<meta property="og:image" content="{{ .Params.Thumbnail }}">
|
<meta property="og:image" content="{{ .Params.Thumbnail }}">
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<meta property="og:image" content="/images/ogbanner.jpg">
|
<meta property="og:image" content="/img/bg.png">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user