summaryrefslogtreecommitdiff
path: root/app/posts/templates/posts/jrnl_latest.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/posts/templates/posts/jrnl_latest.html')
-rw-r--r--app/posts/templates/posts/jrnl_latest.html6
1 files changed, 6 insertions, 0 deletions
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 %}
+<script>
+window.location="{{object.get_absolute_url}}";
+</script>
+{% endblock %}