From bee29d8ad613ab7e3a5ce3d36fa876573d9e1261 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 00:02:31 +0100 Subject: [PATCH] Generate Chapters (#971) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- src/templates/base/2019/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/base/2019/base.html b/src/templates/base/2019/base.html index b5a1a944967..89b21cfa400 100644 --- a/src/templates/base/2019/base.html +++ b/src/templates/base/2019/base.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block styles %} - + {% endblock %} {% block page_url %}https://almanac.httparchive.org{{ url_for(request.endpoint, **get_view_args(lang=language.lang_code, year=year)) }}{% endblock %}