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'
|
||||
title: Hiya, I'm temper
|
||||
|
||||
@ -17,11 +17,11 @@ Params:
|
||||
# Here we link the fun stuff ;)
|
||||
launchpad:
|
||||
- Name: Feed
|
||||
description: 📜 Posts about things
|
||||
description: Posts about things
|
||||
uri: /feed
|
||||
- name: Stream
|
||||
description: 📽️Livestreamin larry
|
||||
description: ivestreamin larry
|
||||
uri: /stream
|
||||
- name: Dev Blog
|
||||
description: 🧑💻 Dev stuff
|
||||
description: Dev stuff
|
||||
uri: /dev
|
||||
|
@ -13,6 +13,6 @@
|
||||
{{ if .Params.Thumbnail }}
|
||||
<meta property="og:image" content="{{ .Params.Thumbnail }}">
|
||||
{{ else }}
|
||||
<meta property="og:image" content="/images/ogbanner.jpg">
|
||||
<meta property="og:image" content="/img/bg.png">
|
||||
{{ end }}
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user