diff --git a/content/_index.md b/content/_index.md index a9dd5d7..8fc53c0 100644 --- a/content/_index.md +++ b/content/_index.md @@ -71,11 +71,11 @@ document.addEventListener("DOMContentLoaded", () => { ## About this site Founded to provide a simple online cookbook without ads and obese web design. -See the story of this site unfold in three videos: +See the story of this site unfold in three YouTube videos: -- [A Demonstration of Modern Web Bloat](https://odysee.com/@Luke:7/a-demonstration-of-modern-web-bloat:f) -- [The War Against Web Bloat Continues...](https://odysee.com/@Luke:7/the-war-against-web-bloat-continues...:a) -- [SoyDevs DESTROYED Epic Style by Based Cooking!](https://odysee.com/@Luke:7/soydevs-destroyed-epic-style-by-based:6) +- [A Demonstration of Modern Web Bloat](https://www.youtube.com/watch?v=cvDyQUpaFf4) +- [The War Against Web Bloat Continues...](https://www.youtube.com/watch?v=wY70NCW98Is) +- [SoyDevs DESTROYED Epic Style by Based Cooking!](https://www.youtube.com/watch?v=ykNEkiYr0QM) ## It's easy to contribute! diff --git a/data/authors/luke-smith.json b/data/authors/luke-smith.json index 56ecba9..2c887f8 100644 --- a/data/authors/luke-smith.json +++ b/data/authors/luke-smith.json @@ -2,6 +2,5 @@ "name": "Luke Smith", "website": "https://lukesmith.xyz", "btc": "bc1q763s4ud0hgfa66ce64gyh6tsss49vyk5cqcm6w", - "xmr": "84N9N3DMWhQ9cstHwGEjo8hEvm9bjeYgjV5fLrGK6TmA9iVPjnU7NMUT7gyAc22UgGAVTCUgReQ1J67znhWP3L52Usfw6jg", - "donate": "https://donate.lukesmith.xyz" + "xmr": "84N9N3DMWhQ9cstHwGEjo8hEvm9bjeYgjV5fLrGK6TmA9iVPjnU7NMUT7gyAc22UgGAVTCUgReQ1J67znhWP3L52Usfw6jg" } diff --git a/layouts/partials/contributor.html b/layouts/partials/contributor.html index 25c14bc..55267c5 100644 --- a/layouts/partials/contributor.html +++ b/layouts/partials/contributor.html @@ -1,4 +1,4 @@ -{{ $author := index .Site.Data.authors (.Params.author | default "default") }} +{{ $author := index hugo.Data.authors (.Params.author | default "default") }} {{- if $author -}}