diff options
author | Noah Loomans <noahloomans@gmail.com> | 2018-04-19 12:25:39 +0200 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2018-04-19 12:25:39 +0200 |
commit | 04e5fce5c71620ec57aa2d3fcda3eb8fb39824a6 (patch) | |
tree | f09c62ecddc912a2aa6511abf9437c88c002d528 /18 | |
parent | 4f81bfc177e0e4acf1a205642af7b92b2a0acbb8 (diff) |
Fix birthday inviration code
Diffstat (limited to '18')
-rw-r--r-- | 18/index.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/18/index.html b/18/index.html index e726d2b..06c561c 100644 --- a/18/index.html +++ b/18/index.html @@ -1,5 +1,6 @@ +--- +--- <!DOCTYPE html> -{% include relBase.html %} <html lang="nl"> <head> <meta charset="UTF-8"> @@ -11,9 +12,9 @@ <link rel="stylesheet" href="{{ "/style/18.css" | relativize_url }}"> <!-- sigh... favicon --> - <link rel="apple-touch-icon" sizes="180x180" href="{{ "assets/icons/apple-touch-icon.png" | relativize_url }}"> - <link rel="icon" type="image/png" href="{{ "assets/icons/favicon-32x32.png" | relativize_url }}" sizes="32x32"> - <link rel="icon" type="image/png" href="{{ "assets/icons/favicon-16x16.png" | relativize_url }}" sizes="16x16"> + <link rel="apple-touch-icon" sizes="180x180" href="{{ "/assets/icons/apple-touch-icon.png" | relativize_url }}"> + <link rel="icon" type="image/png" href="{{ "/assets/icons/favicon-32x32.png" | relativize_url }}" sizes="32x32"> + <link rel="icon" type="image/png" href="{{ "/assets/icons/favicon-16x16.png" | relativize_url }}" sizes="16x16"> </head> <body> <div class="wrapper"> |