diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/base.html | 1 | ||||
| -rw-r--r-- | templates/partials/footer.html | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html index aa7d7bf..ac9e1af 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,6 +5,7 @@ <meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link rel="stylesheet" href="{{ get_url(path='style.css', cachebust=true) }}"> + <link rel="preconnect" href="https://fonts.bunny.net"> {% block rss %} <link rel="alternate" type="application/atom+xml" title="RSS" href="{{ get_url(path="atom.xml", trailing_slash=false) }}"> {% endblock %} diff --git a/templates/partials/footer.html b/templates/partials/footer.html index b9db931..e634f39 100644 --- a/templates/partials/footer.html +++ b/templates/partials/footer.html @@ -1,6 +1,3 @@ <footer> <hr class="divider" style="border-top: 2px solid #bbb;"> -<p>Code under AGPL, content under CC by SA. <br> -Last updated on <time>%T</time></p> - </footer> |
