aboutsummaryrefslogtreecommitdiffstats
path: root/waterspill-en/templates/page.html
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2012-11-21 02:11:21 -0800
committerAlexis Metaireau <alexis@notmyidea.org>2012-11-21 02:11:21 -0800
commite4c896d1f5c0b093537e8f162df75484573d1d2c (patch)
tree443eaca50cf22a0ad38704056652ee09207f37bf /waterspill-en/templates/page.html
parent975a43dac221322aaf0c973e0042c9af334e804b (diff)
parent7a3bbd1356c0922c9fcad3800bdbae97e36ab940 (diff)
downloadpelican-themes-e4c896d1f5c0b093537e8f162df75484573d1d2c.tar.gz
Merge pull request #57 from thedod/master
Proposing waterspill-en
Diffstat (limited to 'waterspill-en/templates/page.html')
-rw-r--r--waterspill-en/templates/page.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/waterspill-en/templates/page.html b/waterspill-en/templates/page.html
new file mode 100644
index 0000000..f9a091a
--- /dev/null
+++ b/waterspill-en/templates/page.html
@@ -0,0 +1,16 @@
+{% extends "base.html" %}
+{% block title %}{{ page.title }}{% endblock %}
+{% block content %}
+
+<div class="blogItem">
+ <h2><a href="{{ SITEURL }}/pages/{{ page.url }}">{{ page.title }}</a></h3>
+ {{ page.content }}
+ {% include 'twitter.html' %}
+
+ {% if PDF_PROCESSOR %}<h3 class="blogMeta"><a href="{{ SITEURL }}/pdf/{{ page.slug }}.pdf">get
+ the pdf</a></h3>{% endif %}
+
+
+</div>
+
+{% endblock %}