diff options
| author | foswret <foswret@posteo.com> | 2026-04-04 16:00:25 -0500 |
|---|---|---|
| committer | foswret <foswret@posteo.com> | 2026-04-04 16:00:25 -0500 |
| commit | d87aeb0a4a0973c4161e874eb03bf12fd2f9939b (patch) | |
| tree | 34456fd3fe1a7a420f78777ea00588ba7c9d76f2 /templates/base.html | |
| parent | e284d708d377b76f7484f9ddd5fd055c2c75f18a (diff) | |
clean up static/, change README.md
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 1 |
1 files changed, 1 insertions, 0 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 %} |
