diff options
Diffstat (limited to 'app/templates/base/layout.html')
| -rw-r--r-- | app/templates/base/layout.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/templates/base/layout.html b/app/templates/base/layout.html index e3607cb..4b83110 100644 --- a/app/templates/base/layout.html +++ b/app/templates/base/layout.html @@ -8,6 +8,9 @@ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css"> <script src="https://friconix.com/cdn/friconix.js"> </script> + <!-- custom css --> + <link rel="stylesheet" href="/static/css/style.css"> + <!-- favicon.io template --> <link rel="apple-touch-icon" sizes="180x180" href="/static/favicon/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/static/favicon/favicon-32x32.png"> |
