diff --git a/templates/API.html b/templates/API.html
index d58e398..0234012 100644
--- a/templates/API.html
+++ b/templates/API.html
@@ -2,6 +2,17 @@
{% block title %}{{sitename}} - API{% endblock %}
+{% block opengraph %}
+
+
+
+{% endblock %}
+
+{% block twittercard %}
+
+
+{% endblock %}
+
{% block head %}
{% endblock %}
@@ -151,4 +162,4 @@ DELETED
-{% endblock %}
\ No newline at end of file
+{% endblock %}