diff options
Diffstat (limited to 'templates')
| -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 13722a0..52a98fc 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,6 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="/css/hack.css" /> <link rel="stylesheet" href="/css/gruvbox-dark.css" /> + <link rel="manifest" href="/static/manifest.json" /> <link rel="alternate" type="application/rss+xml" href="https://christine.website/blog.rss" /> <link rel="alternate" type="application/atom+xml" href="https://christine.website/blog.atom" /> |
