summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
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>