minor tweaks

This commit is contained in:
Luke Smith
2026-08-28 23:03:04 +02:00
parent 97e5806122
commit b164c3180e
3 changed files with 7 additions and 8 deletions
+4 -4
View File
@@ -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!
+1 -2
View File
@@ -2,6 +2,5 @@
"name": "Luke Smith",
"website": "https://lukesmith.xyz",
"btc": "bc1q763s4ud0hgfa66ce64gyh6tsss49vyk5cqcm6w",
"xmr": "84N9N3DMWhQ9cstHwGEjo8hEvm9bjeYgjV5fLrGK6TmA9iVPjnU7NMUT7gyAc22UgGAVTCUgReQ1J67znhWP3L52Usfw6jg",
"donate": "https://donate.lukesmith.xyz"
"xmr": "84N9N3DMWhQ9cstHwGEjo8hEvm9bjeYgjV5fLrGK6TmA9iVPjnU7NMUT7gyAc22UgGAVTCUgReQ1J67znhWP3L52Usfw6jg"
}
+2 -2
View File
@@ -1,4 +1,4 @@
{{ $author := index .Site.Data.authors (.Params.author | default "default") }}
{{ $author := index hugo.Data.authors (.Params.author | default "default") }}
{{- if $author -}}
<h2>Contributor(s)</h2>
<ul>
@@ -22,4 +22,4 @@
</ul>
</li>
</ul>
{{- end -}}
{{- end -}}