Skip to content

Commit

Permalink
Version 0.0.54
Browse files Browse the repository at this point in the history
  • Loading branch information
psiemens committed Oct 31, 2018
1 parent 86a5a64 commit 599ec22
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion phoenix/static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phoenix-news",
"version": "0.0.53",
"version": "0.0.54",
"description": "The frontend code for The Phoenix News website.",
"author": "Peter Siemens <[email protected]>",
"homepage": "https://www.thephoenixnews.com",
Expand Down
4 changes: 2 additions & 2 deletions phoenix/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<meta property="og:site_name" content="The Phoenix News">

<link rel="stylesheet" href="{% static 'main-0.0.53.css' %}" type="text/css"/>
<link rel="stylesheet" href="{% static 'main-0.0.54.css' %}" type="text/css"/>

<link rel="shortcut icon" href="{% static 'favicon.ico' %}" />
<link rel="icon" type="image/png" sizes="32x32" href="{% static 'favicon-32x32.png' %}" />
Expand Down Expand Up @@ -59,7 +59,7 @@
<body>
{% block body %}{% endblock %}
<div id="js-galleries"></div>
<script type="text/javascript" src="{% static 'index-0.0.53.js' %}"></script>
<script type="text/javascript" src="{% static 'index-0.0.54.js' %}"></script>
{% block scripts %}{% endblock %}
</body>
</html>
6 changes: 3 additions & 3 deletions phoenix/templates/issue.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{% block body %}

<link rel="stylesheet" href="{% static 'main-0.0.53.css' %}" type="text/css"/>
<link rel="stylesheet" href="{% static 'main-0.0.54.css' %}" type="text/css"/>

<div class="c-issue">
<div class="c-issue__header">
Expand All @@ -19,7 +19,7 @@ <h2 class="c-issue__subtitle">{{ issue.date|date:"F j, Y" }}</h2>
<div class="c-issue__header__right"></div>
</div>
<div class="c-issue__viewer">
<div id="js-pdf" data-url='{% get_media_prefix %}{{ issue.file }}' data-worker='{% static 'pdf.worker-0.0.53.js' %}'></div>
<div id="js-pdf" data-url='{% get_media_prefix %}{{ issue.file }}' data-worker='{% static 'pdf.worker-0.0.54.js' %}'></div>
</div>
</div>

Expand All @@ -35,5 +35,5 @@ <h2 class="c-issue__subtitle">{{ issue.date|date:"F j, Y" }}</h2>
{% endblock %}

{% block scripts %}
<script src="{% static 'pdf-0.0.53.js' %}" type="text/javascript"></script>
<script src="{% static 'pdf-0.0.54.js' %}" type="text/javascript"></script>
{% endblock %}

0 comments on commit 599ec22

Please sign in to comment.