From b8cd2d937eb0e305509d1ffc70a52315320541c8 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 15 Oct 2014 18:39:56 +0100 Subject: refactor bupa slightly, add isso comments on separate entry pages --- src/templates/entry.html | 37 +++++++++++++++++++++++++++++++++++++ src/templates/journal.html | 1 + src/templates/layout.html | 6 ++++-- src/templates/nav.html | 6 +++--- 4 files changed, 45 insertions(+), 5 deletions(-) create mode 100644 src/templates/entry.html (limited to 'src/templates') diff --git a/src/templates/entry.html b/src/templates/entry.html new file mode 100644 index 0000000..1988537 --- /dev/null +++ b/src/templates/entry.html @@ -0,0 +1,37 @@ +{% extends 'layout.html' %} + +{% block head %} + +{% endblock head %} + +{% block content %} +
+ +

{{ entry.title }}

+ +
+ Published on + + + +
+ + {{ entry.body }} +
+ + +
+ +{% endblock content %} diff --git a/src/templates/journal.html b/src/templates/journal.html index 9f301b1..a4bef7f 100644 --- a/src/templates/journal.html +++ b/src/templates/journal.html @@ -20,6 +20,7 @@ by {{ entry.author }} {% endif %} + | comments {{ entry.body }} diff --git a/src/templates/layout.html b/src/templates/layout.html index c91aa94..3c9db2f 100644 --- a/src/templates/layout.html +++ b/src/templates/layout.html @@ -3,11 +3,13 @@ {{ title }} - + + +{% block head %}{% endblock %}
@@ -34,7 +36,7 @@ - hacker emblem + hacker emblem diff --git a/src/templates/nav.html b/src/templates/nav.html index e40b4ed..fddd9bc 100644 --- a/src/templates/nav.html +++ b/src/templates/nav.html @@ -1,7 +1,7 @@ -- cgit v1.2.3-54-g00ecf