1
0
Fork 0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2026-03-02 10:41:36 +00:00

Cache some semi-static data

This commit is contained in:
Cadence Ember 2020-05-04 23:50:54 +12:00
parent 8c2a4454f2
commit 12c02fd8af
No known key found for this signature in database
GPG key ID: 128B99B1B74A6412
7 changed files with 12 additions and 8 deletions

View file

@ -1,5 +1,5 @@
meta(charset="utf-8")
link(rel="stylesheet" type="text/css" href="/static/css/main.css")
link(rel="stylesheet" type="text/css" href=getStaticURL("sass", "main.sass"))
meta(name="viewport" content="width=device-width, initial-scale=1")
link(rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png")
link(rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png")