summaryrefslogtreecommitdiff
path: root/blog/templates/blog/blog_post.html
diff options
context:
space:
mode:
Diffstat (limited to 'blog/templates/blog/blog_post.html')
-rw-r--r--blog/templates/blog/blog_post.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/blog/templates/blog/blog_post.html b/blog/templates/blog/blog_post.html
index e328308..32a3f1b 100644
--- a/blog/templates/blog/blog_post.html
+++ b/blog/templates/blog/blog_post.html
@@ -5,6 +5,13 @@
{% load wagtailcore_tags wagtailimages_tags %}
{% block body_class %}template-blogpage{% endblock %}
+{% block extra_js %}
+ <script src="{% static 'js/prism.js' %}"></script>
+{% endblock %}
+{% block extra_css %}
+ <link rel="stylesheet" type="text/css" href="{% static 'css/prism.css' %}">
+ <link rel="stylesheet" type="text/css" href="{% static 'css/prism-okaidia.min.css' %}">
+{% endblock %}
{% block content %}
<div class="container">