summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-04-14 17:24:41 -0400
committerLuke Smith <luke@lukesmith.xyz>2022-04-14 17:24:41 -0400
commit2ede678529b25496b3d4a3782f1561b69ce93653 (patch)
tree15346e1fbcf869304edec7381b799a415acd332f /layouts
parent3b90e1e1e853c7006633a7dcd561d81fe963d217 (diff)
visual tweaks
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 9a2f93b..2733cde 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -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>