Skip to content

Commit

Permalink
Version 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
psiemens committed Mar 3, 2017
1 parent d6856e3 commit d49f82a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ubyssey/static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ubyssey",
"version": "1.1.5",
"version": "1.1.6",
"description": "The Ubyssey's frontend framework.",
"author": "Peter Siemens <[email protected]>",
"homepage": "http://www.ubyssey.ca",
Expand Down
10 changes: 5 additions & 5 deletions ubyssey/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<meta name="theme-color" content="#ffffff">
<meta property="fb:pages" content="99164676792" />
<link rel="stylesheet" href="{% static 'css/main-1.1.5.css' %}" type="text/css"/>
<link rel="stylesheet" href="{% static 'css/main-1.1.6.css' %}" type="text/css"/>

<script>
var googletag = googletag || {};
Expand Down Expand Up @@ -124,10 +124,10 @@
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-2.1.4.min.js" type="text/javascript"></script>
<script src="{% static 'js/dispatch-0.2.31.js' %}" type="text/javascript"></script>
<script src="{% static 'js/vendors-1.1.5.js' %}" type="text/javascript"></script>
<script src="{% static 'js/main-1.1.5.js' %}" type="text/javascript"></script>
<script src="{% static 'js/dfp-1.1.5.js' %}" type="text/javascript"></script>
<script src="{% static 'js/article-1.1.5.js' %}" type="text/javascript"></script>
<script src="{% static 'js/vendors-1.1.6.js' %}" type="text/javascript"></script>
<script src="{% static 'js/main-1.1.6.js' %}" type="text/javascript"></script>
<script src="{% static 'js/dfp-1.1.6.js' %}" type="text/javascript"></script>
<script src="{% static 'js/article-1.1.6.js' %}" type="text/javascript"></script>

{% block scripts %}{% endblock %}

Expand Down
2 changes: 1 addition & 1 deletion ubyssey/templates/guide/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://use.typekit.net/cbr3nmy.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
<link rel="stylesheet" href="{% static 'css/guide-1.1.5.css' %}" type="text/css"/>
<link rel="stylesheet" href="{% static 'css/guide-1.1.6.css' %}" type="text/css"/>
<script>
// Initialize DFP
var googletag = googletag || {};
Expand Down
2 changes: 1 addition & 1 deletion ubyssey/templates/magazine/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<meta property="fb:pages" content="99164676792" />

<link rel="stylesheet" href="{% static 'css/magazine-1.1.5.css' %}" type="text/css" />
<link rel="stylesheet" href="{% static 'css/magazine-1.1.6.css' %}" type="text/css" />

<script>
var googletag = googletag || {};
Expand Down
2 changes: 1 addition & 1 deletion ubyssey/templates/section.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ <h3 class="section-subheading basic uppercase">Recent Articles</h2>
</main>
{% endblock %}
{% block scripts %}
<script src="{% static 'js/section-1.1.5.js' %}" type="text/javascript"></script>
<script src="{% static 'js/section-1.1.6.js' %}" type="text/javascript"></script>
{% endblock %}

0 comments on commit d49f82a

Please sign in to comment.