From b8ad0cd18f4caf3ed3d134369a0444dde8ae32ae Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Thu, 2 Feb 2017 17:40:32 +0100 Subject: [PATCH] Update cache version --- src/templates/layout.jade | 14 +++++++------- src/templates/nodes/custom/blog/index.jade | 8 ++++---- src/templates/nodes/custom/post/view.jade | 8 ++++---- src/templates/projects/view.jade | 9 ++++----- 4 files changed, 19 insertions(+), 20 deletions(-) diff --git a/src/templates/layout.jade b/src/templates/layout.jade index 8e06223c..357530f3 100644 --- a/src/templates/layout.jade +++ b/src/templates/layout.jade @@ -37,8 +37,8 @@ html(lang="en") loadCSS( "//fonts.googleapis.com/css?family=Roboto:300,400" ); - script(src="{{ url_for('static_pillar', filename='assets/js/markdown.min.js', v=21220161) }}") - script(src="{{ url_for('static_pillar', filename='assets/js/tutti.min.js', v=21220161) }}") + script(src="{{ url_for('static_pillar', filename='assets/js/markdown.min.js', v=2220171) }}") + script(src="{{ url_for('static_pillar', filename='assets/js/tutti.min.js', v=2220171) }}") link(href="{{ url_for('static', filename='assets/img/favicon.png') }}", rel="shortcut icon") link(href="{{ url_for('static', filename='assets/img/apple-touch-icon-precomposed.png') }}", rel="icon apple-touch-icon-precomposed", sizes="192x192") @@ -48,12 +48,12 @@ html(lang="en") | {% block head %}{% endblock %} | {% block css %} - link(href="{{ url_for('static_pillar', filename='assets/css/font-pillar.css', v=21220161) }}", rel="stylesheet") - link(href="{{ url_for('static_pillar', filename='assets/css/base.css', v=21220161) }}", rel="stylesheet") + link(href="{{ url_for('static_pillar', filename='assets/css/font-pillar.css', v=2220171) }}", rel="stylesheet") + link(href="{{ url_for('static_pillar', filename='assets/css/base.css', v=2220171) }}", rel="stylesheet") | {% if title == 'blog' %} - link(href="{{ url_for('static_pillar', filename='assets/css/blog.css', v=21220161) }}", rel="stylesheet") + link(href="{{ url_for('static_pillar', filename='assets/css/blog.css', v=2220171) }}", rel="stylesheet") | {% else %} - link(href="{{ url_for('static_pillar', filename='assets/css/main.css', v=21220161) }}", rel="stylesheet") + link(href="{{ url_for('static_pillar', filename='assets/css/main.css', v=2220171) }}", rel="stylesheet") | {% endif %} | {% endblock %} @@ -407,7 +407,7 @@ html(lang="en") noscript link(href='//fonts.googleapis.com/css?family=Roboto:300,400', rel='stylesheet', type='text/css') - script(src="{{ url_for('static_pillar', filename='assets/js/vendor/jquery.bootstrap-3.3.7.min.js', v=21220161) }}") + script(src="{{ url_for('static_pillar', filename='assets/js/vendor/jquery.bootstrap-3.3.7.min.js', v=2220171) }}") script. $(document).ready(function() { diff --git a/src/templates/nodes/custom/blog/index.jade b/src/templates/nodes/custom/blog/index.jade index 0cb80c8b..f2da55ab 100644 --- a/src/templates/nodes/custom/blog/index.jade +++ b/src/templates/nodes/custom/blog/index.jade @@ -3,10 +3,10 @@ | {% block page_title %}Blog{% endblock%} | {% block css %} -link(href="{{ url_for('static_pillar', filename='assets/css/font-pillar.css', v=21220161) }}", rel="stylesheet") -link(href="{{ url_for('static_pillar', filename='assets/css/base.css', v=21220161) }}", rel="stylesheet") -link(href="{{ url_for('static_pillar', filename='assets/css/project-main.css', v=21220161) }}", rel="stylesheet") -link(href="{{ url_for('static_pillar', filename='assets/css/blog.css', v=21220161) }}", rel="stylesheet") +link(href="{{ url_for('static_pillar', filename='assets/css/font-pillar.css', v=2220171) }}", rel="stylesheet") +link(href="{{ url_for('static_pillar', filename='assets/css/base.css', v=2220171) }}", rel="stylesheet") +link(href="{{ url_for('static_pillar', filename='assets/css/project-main.css', v=2220171) }}", rel="stylesheet") +link(href="{{ url_for('static_pillar', filename='assets/css/blog.css', v=2220171) }}", rel="stylesheet") | {% endblock %} | {% block project_context %} diff --git a/src/templates/nodes/custom/post/view.jade b/src/templates/nodes/custom/post/view.jade index cfbe1ca4..30c4e8da 100644 --- a/src/templates/nodes/custom/post/view.jade +++ b/src/templates/nodes/custom/post/view.jade @@ -3,10 +3,10 @@ | {% block page_title %}{{node.name}} - Blog{% endblock%} | {% block css %} -link(href="{{ url_for('static_pillar', filename='assets/css/font-pillar.css', v=21220161) }}", rel="stylesheet") -link(href="{{ url_for('static_pillar', filename='assets/css/base.css', v=21220161) }}", rel="stylesheet") -link(href="{{ url_for('static_pillar', filename='assets/css/project-main.css', v=21220161) }}", rel="stylesheet") -link(href="{{ url_for('static_pillar', filename='assets/css/blog.css', v=21220161) }}", rel="stylesheet") +link(href="{{ url_for('static_pillar', filename='assets/css/font-pillar.css', v=2220171) }}", rel="stylesheet") +link(href="{{ url_for('static_pillar', filename='assets/css/base.css', v=2220171) }}", rel="stylesheet") +link(href="{{ url_for('static_pillar', filename='assets/css/project-main.css', v=2220171) }}", rel="stylesheet") +link(href="{{ url_for('static_pillar', filename='assets/css/blog.css', v=2220171) }}", rel="stylesheet") | {% endblock %} | {% block project_context %} diff --git a/src/templates/projects/view.jade b/src/templates/projects/view.jade index 63d6bfc6..28914461 100644 --- a/src/templates/projects/view.jade +++ b/src/templates/projects/view.jade @@ -46,9 +46,9 @@ script(src="{{ url_for('static_pillar', filename='assets/js/vendor/videojs-5.8.8 | {% endblock %} | {% block css %} -link(href="{{ url_for('static_pillar', filename='assets/css/font-pillar.css', v=21220161) }}", rel="stylesheet") -link(href="{{ url_for('static_pillar', filename='assets/css/base.css', v=21220161) }}", rel="stylesheet") -link(href="{{ url_for('static_pillar', filename='assets/css/project-main.css', v=21220161) }}", rel="stylesheet") +link(href="{{ url_for('static_pillar', filename='assets/css/font-pillar.css', v=2220171) }}", rel="stylesheet") +link(href="{{ url_for('static_pillar', filename='assets/css/base.css', v=2220171) }}", rel="stylesheet") +link(href="{{ url_for('static_pillar', filename='assets/css/project-main.css', v=2220171) }}", rel="stylesheet") | {% endblock %} | {% block body %} @@ -237,11 +237,10 @@ link(href="{{ url_for('static_pillar', filename='assets/css/project-main.css', v | {% block footer_scripts %} script(src="//cdnjs.cloudflare.com/ajax/libs/jstree/3.3.1/jstree.min.js") -script(src="//vjs.zencdn.net/5.8.8/video.js") | {% if project.has_method('PUT') %} | {# JS containing the Edit, Add, Featured, and Move functions #} -script(type="text/javascript", src="{{ url_for('static_pillar', filename='assets/js/project-edit.min.js', v=21220161) }}") +script(type="text/javascript", src="{{ url_for('static_pillar', filename='assets/js/project-edit.min.js', v=2220171) }}") | {% endif %} script.