diff --git a/layouts/alias.html b/layouts/alias.html
new file mode 100644
index 0000000..886e074
--- /dev/null
+++ b/layouts/alias.html
@@ -0,0 +1,40 @@
+
+
+
+ Redirect {{ .Permalink }}
+
+
+
+ {{ if .Site.Params.favicon }}
+
+ {{ else }}
+
+ {{ end }}
+
+
+
+
+
+
+
+ {{ template "_internal/twitter_cards.html" . }}
+
+
+ {{ template "_internal/opengraph.html" . }}
+
+
+ {{ with .OutputFormats.Get "RSS" }}
+
+ {{ end }}
+
+
+ {{ with .OutputFormats.Get "json" }}
+
+ {{ end }}
+
+ {{ partial "faro-analytics/assets/js" . }}
+
+
+
\ No newline at end of file