diff --git a/phoenix/static/package.json b/phoenix/static/package.json index 9ff78a2..7c9cf34 100644 --- a/phoenix/static/package.json +++ b/phoenix/static/package.json @@ -1,6 +1,6 @@ { "name": "phoenix-news", - "version": "0.0.54", + "version": "0.0.56", "description": "The frontend code for The Phoenix News website.", "author": "Peter Siemens ", "homepage": "https://www.thephoenixnews.com", diff --git a/phoenix/templates/base.html b/phoenix/templates/base.html index 5ee09d1..030d24a 100644 --- a/phoenix/templates/base.html +++ b/phoenix/templates/base.html @@ -13,7 +13,7 @@ - + @@ -59,7 +59,7 @@ {% block body %}{% endblock %}
- + {% block scripts %}{% endblock %} diff --git a/phoenix/templates/issue.html b/phoenix/templates/issue.html index bfd79fd..70405ec 100644 --- a/phoenix/templates/issue.html +++ b/phoenix/templates/issue.html @@ -5,7 +5,7 @@ {% block body %} - +
@@ -19,7 +19,7 @@

{{ issue.date|date:"F j, Y" }}

-
+
@@ -35,5 +35,5 @@

{{ issue.date|date:"F j, Y" }}

{% endblock %} {% block scripts %} - + {% endblock %}