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

View File

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