diff --git a/source/_layouts/app.html.twig b/source/_layouts/app.html.twig
index 8981f50cf..ac79b74f3 100644
--- a/source/_layouts/app.html.twig
+++ b/source/_layouts/app.html.twig
@@ -1,13 +1,10 @@
-
-
-
- {{ site.name|default('Sculpin Skeleton') }}
+ {% include 'meta' %}
{% block body %}{% endblock %}
diff --git a/source/_partials/meta.html.twig b/source/_partials/meta.html.twig
new file mode 100644
index 000000000..955382749
--- /dev/null
+++ b/source/_partials/meta.html.twig
@@ -0,0 +1,5 @@
+{{ site.name }}
+
+
+
+