diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-04-03 16:52:18 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-04-03 16:52:18 -0700 |
commit | 338ffe14c7e3cb6e6af658715a1e3305e82b44e9 (patch) | |
tree | 86fe6fb12f89f52600915bf25e57e271535785e0 /fatcat_covid19/templates/base.html | |
parent | 3a24dd8290996f507b454751f62130744094fc09 (diff) | |
download | fatcat-covid19-338ffe14c7e3cb6e6af658715a1e3305e82b44e9.tar.gz fatcat-covid19-338ffe14c7e3cb6e6af658715a1e3305e82b44e9.zip |
tweak home page
Diffstat (limited to 'fatcat_covid19/templates/base.html')
-rw-r--r-- | fatcat_covid19/templates/base.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/fatcat_covid19/templates/base.html b/fatcat_covid19/templates/base.html index d2ce02e..37c5cab 100644 --- a/fatcat_covid19/templates/base.html +++ b/fatcat_covid19/templates/base.html @@ -103,9 +103,10 @@ <footer class="ui inverted vertical footer segment" style="margin-top: 2em; padding-top: 2em; padding-bottom:2em; position: absolute; bottom: 0px; width: 100%;"> <div class="ui center aligned container"> <div class="ui horizontal inverted small divided link list"> - <a class="item" href="https://fatcat.wiki/">fatcat</a> - <a class="item" href="/about">{{ _("About") }}</a> - <a class="item" href="/sources">{{ _("Sources") }}</a> + <a class="item" href="{{ url_for("search.page_home") }}">Home</a> + <a class="item" href="{{ url_for("search.page_about") }}">{{ _("About") }}</a> + <a class="item" href="{{ url_for("search.page_sources") }}">{{ _("Sources") }}</a> + <a class="item" href="https://fatcat.wiki/">Fatcat</a> <a class="item" href="https://github.com/bnewbold/covid19-fatcat-wiki/">{{ _("Code") }}</a> <a class="item" href="https://github.com/bnewbold/covid19-fatcat-wiki/tree/{{ config.GIT_REVISION }}"><code>{{ config.GIT_REVISION }}</code></a> <a class="item" href="#" style="color: red;"><b>[COVID-19]</b></a> |