diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2024-04-21 22:23:56 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-04-21 22:42:34 +0300 |
| commit | d369f1411c8cf0a07686ed944c8f9f98521129fd (patch) | |
| tree | 9eaedd2f36a9eeb270e60990d52855ed1146e580 | |
| parent | 2a199fcd6e38b96fc49addfa107471e379c14c10 (diff) | |
Add favicon
| -rw-r--r-- | static/favicon.png | bin | 0 -> 1764 bytes | |||
| -rw-r--r-- | template.html | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/static/favicon.png b/static/favicon.png Binary files differnew file mode 100644 index 0000000..e4c6927 --- /dev/null +++ b/static/favicon.png diff --git a/template.html b/template.html index 75d7a43..9070bc4 100644 --- a/template.html +++ b/template.html @@ -4,6 +4,7 @@ <meta charset="utf-8" /> <meta name="generator" content="pandoc" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> + <link rel="shortcut icon" type="image/png" href="/static/favicon.png" /> $for(author-meta)$ <meta name="author" content="$author-meta$" /> $endfor$ |
