diff --git a/templates/page.html b/templates/page.html
index 49d1550..4c430d1 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -23,6 +23,7 @@
prose-code:font-light
prose-img:rounded-md
">
+ {% include 'partials/basics.html' %}
{{ page.content }}
@@ -45,5 +46,4 @@
{% include 'disqus_script.html' %}
-
{% endblock %}
diff --git a/templates/partials/basics.html b/templates/partials/basics.html
index ffde66f..1d6c323 100644
--- a/templates/partials/basics.html
+++ b/templates/partials/basics.html
@@ -1,4 +1,4 @@
-{% set basics = page.resume.basics %}
+{% set basics = page.metadata %}
{% if basics %}