diff --git a/themes/farallon/layouts/index.html b/themes/farallon/layouts/index.html
index dd11466..3705362 100644
--- a/themes/farallon/layouts/index.html
+++ b/themes/farallon/layouts/index.html
@@ -3,7 +3,9 @@
{{ if $.Site.Params.showprofile }}
{{ partial "profile.html" . }}
{{ end }}
+ {{ partial "talks.html" . }}
+ {{ partial "hotmap.html" . }}
{{ $pages := where .Site.RegularPages "Type" "in" .Site.Params.mainSections }}
{{ $paginator := .Paginate ($pages) }}
{{ range $paginator.Pages }}
diff --git a/themes/farallon/layouts/partials/hotmap.html b/themes/farallon/layouts/partials/hotmap.html
new file mode 100644
index 0000000..e18b34b
--- /dev/null
+++ b/themes/farallon/layouts/partials/hotmap.html
@@ -0,0 +1,430 @@
+
+
+
\ No newline at end of file
diff --git a/themes/farallon/layouts/partials/talks.html b/themes/farallon/layouts/partials/talks.html
new file mode 100644
index 0000000..d7dc20d
--- /dev/null
+++ b/themes/farallon/layouts/partials/talks.html
@@ -0,0 +1,85 @@
+
+
+
+
+
+
+
\ No newline at end of file