diff --git a/layouts/_partials/head.html b/layouts/_partials/head.html
index 81c560c..572bfbc 100644
--- a/layouts/_partials/head.html
+++ b/layouts/_partials/head.html
@@ -1,6 +1,7 @@
-
+
@@ -21,7 +22,7 @@
>
-
+
{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}
+
+
+
+
+
+
+
{{ partialCached "head/css.html" . }}
{{ partialCached "head/js.html" . }}
diff --git a/layouts/events/single.html b/layouts/events/single.html
new file mode 100644
index 0000000..c273eac
--- /dev/null
+++ b/layouts/events/single.html
@@ -0,0 +1,8 @@
+{{ define "main" }}
+
+{{ end }}
\ No newline at end of file