+
+
+ {{if .Title}}{{ .Title }}{{else}}Untitled{{end}}
+
+
+ {{partial "darkmode.html" .}}
+
+
+ {{partial "toc.html" .}}
+ {{partial "textprocessing.html" . }}
+ {{if $.Site.Data.config.enableRecentNotes}}
+ {{partial "recent.html" . }}
+ {{end}}
+
+ {{partial "footerIndex.html" .}}
+
+
+
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
new file mode 100644
index 000000000..ddefe75cf
--- /dev/null
+++ b/layouts/partials/footer.html
@@ -0,0 +1,16 @@
+
+
+
+
+ {{partial "backlinks.html" .}}
+
+
+ {{partial "graph.html" .}}
+
+
+{{end}}
+
+{{partial "contact.html" .}}
\ No newline at end of file
diff --git a/layouts/partials/footerIndex.html b/layouts/partials/footerIndex.html
new file mode 100644
index 000000000..5f190446a
--- /dev/null
+++ b/layouts/partials/footerIndex.html
@@ -0,0 +1,24 @@
+{{if $.Site.Data.config.enableFooter}}
+ {{if $.Site.Data.graphConfig.enableGlobalGraph}}
+
+
+
+ {{partial "graph.html" .}}
+
+
+
+ {{else}}
+
+
+ {{partial "backlinks.html" .}}
+
+
+ {{partial "graph.html" .}}
+
+
+
+ {{end}}
+{{end}}
+
+{{partial "contact.html" .}}
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
new file mode 100644
index 000000000..b3ad28d8c
--- /dev/null
+++ b/layouts/partials/head.html
@@ -0,0 +1,125 @@
+
+
+