Skip to content

Commit

Permalink
Update css & js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
siimha committed Nov 20, 2018
1 parent 3457913 commit 4d090c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/html-head.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
{% if site.data.touch_icon %}<link rel="apple-touch-icon" href="{{ site.data.touch_icon }}">{% endif %}

{% comment %}STYLESHEETS{% endcomment %}
<!--[if lt IE 9]>{% stylesheet_link "ie8.css" %}<![endif]-->
{% stylesheet_link "main.css" %}
<!--[if lt IE 9]>{% stylesheet_link "ie8.css?v=1" %}<![endif]-->
{% stylesheet_link "main.css?v=1" %}
{% if editmode %}<link rel="stylesheet" href="{{ site.static_asset_host }}/libs/edicy-tools/latest/edicy-tools.css">{% endif %}
<link rel="stylesheet" href="{{ site.static_asset_host }}/libs/edicy-search/latest/edicy-search.css">

Expand Down
2 changes: 1 addition & 1 deletion components/javascripts.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% comment %}SITE WIDE JAVASCRIPTS{% endcomment %}
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script src="{{ javascripts_path }}/application.js"></script>
<script src="{{ javascripts_path }}/application.js?v=1"></script>
{% sitejs_include %}

{% comment %}Site search related javascript components.{% endcomment %}
Expand Down

0 comments on commit 4d090c0

Please sign in to comment.