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 %} diff --git a/templates/base.html b/templates/base.html index 54fd368..c798749 100644 --- a/templates/base.html +++ b/templates/base.html @@ -9,6 +9,19 @@ {% block head %}{% endblock %} + + + + {% block opengraph %} + + + + {% endblock %} + + {% block twittercard %} + + + {% endblock %} @@ -37,4 +50,4 @@ - \ No newline at end of file + diff --git a/templates/display/audio.html b/templates/display/audio.html index 68d461e..d216d25 100644 --- a/templates/display/audio.html +++ b/templates/display/audio.html @@ -1,8 +1,12 @@ {% extends "base.html" %} -{% block head %} +{% block opengraph %} + + + + {% endblock %} {% block main %} @@ -10,4 +14,4 @@ Download it instead -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/templates/display/base.html b/templates/display/base.html index d60f4d8..e281252 100644 --- a/templates/display/base.html +++ b/templates/display/base.html @@ -1,5 +1,16 @@ {% extends "../base.html" %} +{% block opengraph %} + + + +{% endblock %} + +{% block twittercard %} + + +{% endblock %} + {% block title %}{{sitename}} - {{ filename }}{% endblock %} {% block bodymore %}{% endblock %} @@ -33,4 +44,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/templates/display/image.html b/templates/display/image.html index 8dcd844..90c4d1a 100644 --- a/templates/display/image.html +++ b/templates/display/image.html @@ -1,10 +1,15 @@ {% extends "base.html" %} -{% block head %} - +{% block opengraph %} {% endblock %} +{% block twittercard %} + + + +{% endblock %} + {% block main %} diff --git a/templates/display/video.html b/templates/display/video.html index 3cf6a81..d3aba60 100644 --- a/templates/display/video.html +++ b/templates/display/video.html @@ -1,13 +1,17 @@ {% extends "base.html" %} -{% block head %} +{% block opengraph %} + + {% endblock %} +{% block twittercard %}{% endblock %} + {% block main %} Download it instead -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/templates/paste.html b/templates/paste.html index b22ca96..5c0ebdc 100644 --- a/templates/paste.html +++ b/templates/paste.html @@ -2,6 +2,17 @@ {% block title %}{{sitename}} - Paste{% endblock %} +{% block opengraph %} + + + +{% endblock %} + +{% block twittercard %} + + +{% endblock %} + {% block content %}
@@ -38,4 +49,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %}