Skip to content

Commit

Permalink
Bump CSS version numbers (#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb authored May 5, 2020
1 parent 86877ea commit fb53219
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/templates/base/2019/accessibility_statement.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

{% block styles %}
{{ super() }}
<link rel="stylesheet" href="/static/css/page.css?v=2">
<link rel="stylesheet" href="/static/css/page.css?v=4">
{% endblock %}

{% block main %}
Expand Down
2 changes: 1 addition & 1 deletion src/templates/base/2019/base.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "base.html" %}

{% block styles %}
<link rel="stylesheet" href="/static/css/2019.css?v=3">
<link rel="stylesheet" href="/static/css/2019.css?v=4">
{% endblock %}

{% block page_url %}https://almanac.httparchive.org{{ url_for(request.endpoint, **get_view_args(lang=language.lang_code, year=year)) }}{% endblock %}
Expand Down
2 changes: 1 addition & 1 deletion src/templates/base/2019/base_chapter.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

{% block styles %}
{{ super() }}
<link rel="stylesheet" href="/static/css/page.css?v=3">
<link rel="stylesheet" href="/static/css/page.css?v=4">
{% endblock %}

{% block scripts %}
Expand Down
2 changes: 1 addition & 1 deletion src/templates/base/2019/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

{% block styles %}
{{ super() }}
<link rel="stylesheet" href="/static/css/index.css">
<link rel="stylesheet" href="/static/css/index.css?v=2">
{% endblock %}

{% block contributors %}{{ config.contributors.keys() | length }}{% endblock %}
Expand Down
2 changes: 1 addition & 1 deletion src/templates/base/2019/methodology.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

{% block styles %}
{{ super() }}
<link rel="stylesheet" href="/static/css/page.css?v=2">
<link rel="stylesheet" href="/static/css/page.css?v=4">
{% endblock %}

{% block main %}
Expand Down

0 comments on commit fb53219

Please sign in to comment.