diff --git a/phoenix/static/package.json b/phoenix/static/package.json index 9e1a21f..710b33c 100644 --- a/phoenix/static/package.json +++ b/phoenix/static/package.json @@ -1,6 +1,6 @@ { "name": "phoenix-news", - "version": "0.0.47", + "version": "0.0.48", "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 af398c8..68689cc 100644 --- a/phoenix/templates/base.html +++ b/phoenix/templates/base.html @@ -13,7 +13,7 @@ - + @@ -49,7 +49,7 @@ {% block body %}{% endblock %}
- + {% block scripts %}{% endblock %} diff --git a/phoenix/templates/issue.html b/phoenix/templates/issue.html index c387b21..e02d7e6 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 %}