X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/blobdiff_plain/8ad5847821fd7e03f3216e154c06f24d67af89f1..4ad54bc9a9429a2c5c288192c663f75ae1e7aad9:/sommitrealweird/blog/templates/blog/single_entry_rst.html diff --git a/sommitrealweird/blog/templates/blog/single_entry_rst.html b/sommitrealweird/blog/templates/blog/single_entry_rst.html index d8dbd10..695df77 100644 --- a/sommitrealweird/blog/templates/blog/single_entry_rst.html +++ b/sommitrealweird/blog/templates/blog/single_entry_rst.html @@ -1,6 +1,8 @@ {% extends "base.html" %} -{% load markup %} +{% load xhtml11rst %} + +{%block title %}{{ entry.title }}{% endblock %} {% block content %}

{{ entry.title }}

@@ -22,6 +24,6 @@ {% endif %} {% endfor %} {% endif %} - permalink + | permalink

{% endblock %}