Skip to content

Commit

Permalink
Revert "Bump CSS version numbers (#800)"
Browse files Browse the repository at this point in the history
This reverts commit fb53219.
  • Loading branch information
tunetheweb committed May 7, 2020
1 parent 4b7399b commit 7c39a8f
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=4">
<link rel="stylesheet" href="/static/css/page.css?v=2">
{% 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=4">
<link rel="stylesheet" href="/static/css/2019.css?v=3">
{% 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=4">
<link rel="stylesheet" href="/static/css/page.css?v=3">
{% 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?v=2">
<link rel="stylesheet" href="/static/css/index.css">
{% 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=4">
<link rel="stylesheet" href="/static/css/page.css?v=2">
{% endblock %}

{% block main %}
Expand Down

0 comments on commit 7c39a8f

Please sign in to comment.