diff options
author | navanchauhan <navanchauhan@gmail.com> | 2022-10-17 23:22:32 -0600 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2022-10-17 23:22:32 -0600 |
commit | 2231c15975634a730d213c51ec532177c0ddcf71 (patch) | |
tree | c217a6a4b5d70b4e285893bd158d7cf2d3235f81 /templates/components | |
parent | 47c9c4807467cbb71496fe96da99b505f4f915fc (diff) |
embed static folder
Diffstat (limited to 'templates/components')
-rw-r--r-- | templates/components/header.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/components/header.html b/templates/components/header.html index 755d155..1c567aa 100644 --- a/templates/components/header.html +++ b/templates/components/header.html @@ -4,4 +4,5 @@ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css"> <script src="https://kit.fontawesome.com/32c297b57b.js" crossorigin="anonymous"></script> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> +<link rel="manifest" href="/static/manifest.json"> {{ end }}
\ No newline at end of file |