visual tweaks

This commit is contained in:
Luke Smith 2022-04-14 17:24:41 -04:00
parent 3b90e1e1e8
commit 2ede678529
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -3,9 +3,18 @@
<h1>🍲 Based Cooking 🍳</h1>
<hr>
<style>
h2 { text-align: center ;}
</style>
<h2>Categories</h2>
{{ partial "tagcloud.html" . }}
<h2>All Recipes</h2>
<ul id=artlist>
{{range.Site.RegularPages}}
<li><a href="{{.Permalink}}">{{.Title}}</a></li>