From 7509da286bccd1dda358507cd455f9297db59247 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sun, 15 Nov 2020 10:13:08 -0500 Subject: ported jrnl building to posts --- app/posts/templates/posts/jrnl_detail.txt | 2 +- app/posts/templates/posts/jrnl_latest.html | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 app/posts/templates/posts/jrnl_latest.html (limited to 'app/posts/templates') diff --git a/app/posts/templates/posts/jrnl_detail.txt b/app/posts/templates/posts/jrnl_detail.txt index 547ce79..a608b88 100644 --- a/app/posts/templates/posts/jrnl_detail.txt +++ b/app/posts/templates/posts/jrnl_detail.txt @@ -2,7 +2,7 @@ {% for letter in object.title %}={%endfor%} by Scott Gilbertson - <{{SITE_URL}}{{object.get_absolute_url}}> + {{object.pub_date|date:"l, d F Y"}} {{object.body_markdown|safe}} diff --git a/app/posts/templates/posts/jrnl_latest.html b/app/posts/templates/posts/jrnl_latest.html new file mode 100644 index 0000000..03e3c56 --- /dev/null +++ b/app/posts/templates/posts/jrnl_latest.html @@ -0,0 +1,6 @@ +{% extends "base.html" %} +{% block js %} + +{% endblock %} -- cgit v1.2.3