diff --git a/public/categories/index.xml b/public/categories/index.xml
new file mode 100644
index 00000000..1edd3cb5
--- /dev/null
+++ b/public/categories/index.xml
@@ -0,0 +1,9 @@
+
+
+
+ Categories on
+ /categories/
+ Recent content in Categories on
+ Hugo -- gohugo.io
+
+
diff --git a/public/index.xml b/public/index.xml
new file mode 100644
index 00000000..e61b979e
--- /dev/null
+++ b/public/index.xml
@@ -0,0 +1,9 @@
+
+
+
+
+ /
+ Recent content on
+ Hugo -- gohugo.io
+
+
diff --git a/public/sitemap.xml b/public/sitemap.xml
new file mode 100644
index 00000000..cd5ab70f
--- /dev/null
+++ b/public/sitemap.xml
@@ -0,0 +1,11 @@
+
+
+
+ /
+
+ /categories/
+
+ /tags/
+
+
diff --git a/public/tags/index.xml b/public/tags/index.xml
new file mode 100644
index 00000000..1c4e357b
--- /dev/null
+++ b/public/tags/index.xml
@@ -0,0 +1,9 @@
+
+
+
+ Tags on
+ /tags/
+ Recent content in Tags on
+ Hugo -- gohugo.io
+
+
diff --git a/site/themes/pinniped/layouts/_default/baseof.html b/site/themes/pinniped/layouts/_default/baseof.html
index 2977d22e..e9a0e599 100644
--- a/site/themes/pinniped/layouts/_default/baseof.html
+++ b/site/themes/pinniped/layouts/_default/baseof.html
@@ -15,10 +15,19 @@
{{ with .OutputFormats.Get "RSS" -}}
{{ printf `` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }}
{{- end }}
+
{{ partial "header" . }}
{{ block "main" . }}{{ end }}
{{ partial "footer" . }}
+
+