From eee96c19b3fb603e99d9b864ce54fa690f4c52fb Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Wed, 13 Dec 2023 05:21:31 +0100 Subject: [PATCH] Add nav. Clarify pub date and publisher --- content/wishes/soviet-justice/contents.lr | 4 ++-- templates/layout.html | 1 + templates/nav.html | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/content/wishes/soviet-justice/contents.lr b/content/wishes/soviet-justice/contents.lr index 648ef42..c1b6635 100644 --- a/content/wishes/soviet-justice/contents.lr +++ b/content/wishes/soviet-justice/contents.lr @@ -2,6 +2,6 @@ title: Soviet Justice (Alt: Russian Justice) --- author: Marru Stevens Callcott --- -publisher: UKN. +publisher: Publisher UKN. --- -pub_date: UKN. Presumed around 1936 (ref in This Soviet World) +pub_date: Pub date UKN. Presumed around 1936 (ref in This Soviet World) diff --git a/templates/layout.html b/templates/layout.html index 4822b6d..e8f69b6 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -6,6 +6,7 @@

Comrades Library

+{% include 'nav.html' %}
{% block body %}{% endblock %} diff --git a/templates/nav.html b/templates/nav.html index 89af9ae..4222e08 100644 --- a/templates/nav.html +++ b/templates/nav.html @@ -3,6 +3,7 @@ Home {% for href, title in [ ['/epubs', 'Epubs'], + ['/wishes', 'Wishes'], ] %} {{ title }}