Fixing favicon and ogbanner links

This commit is contained in:
shockrah 2023-10-06 15:20:59 -07:00
parent b54da2a1d8
commit 7aee213674
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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>