diff options
Diffstat (limited to 'templates/details/5x5.html')
-rw-r--r-- | templates/details/5x5.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/templates/details/5x5.html b/templates/details/5x5.html deleted file mode 100644 index a9bdd63..0000000 --- a/templates/details/5x5.html +++ /dev/null @@ -1,19 +0,0 @@ -{% extends 'base.html' %} -{% load typogrify %} -{% block pagetitle %}Luxagraf | Projects | 5x5 - Interviews from the road {% endblock %} -{% block metadescription %}{% endblock %} - -{%block bodyid%}id="projects"{%endblock%} - -{% block primary %} -<article> - <ul id="breadcrumbs"> - <li><a href="/" title="luxagraf homepage">Home</a> →</li> - <li><a href="/projects/" title="luxagraf projects page">Projects</a> →</li> - <li>5x5</li> - </ul> - - - -</article> -{% endblock %} |