diff options
author | Noah Loomans <noahloomans@gmail.com> | 2018-02-28 00:24:24 +0100 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2018-02-28 00:24:24 +0100 |
commit | 0a22ac3452d6fc25ea0b422188d20991a5b2da58 (patch) | |
tree | bc9fcc7a043aee81dd4266e8a4469a551c3081e7 /18 | |
parent | 1d000946313c5758b2935ed8cc9a64858172ff74 (diff) |
Fix all links and advertize IPFS version
Diffstat (limited to '18')
-rw-r--r-- | 18/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/18/index.html b/18/index.html index 3289b6a..e726d2b 100644 --- a/18/index.html +++ b/18/index.html @@ -8,12 +8,12 @@ <link rel="stylesheet" href="https://opensource.keycdn.com/fontawesome/4.7.0/font-awesome.min.css" integrity="sha384-dNpIIXE8U05kAbPhy3G1cz+yZmTzA6CY8Vg/u2L9xRnHjJiAK76m2BIEaSEV+/aU" crossorigin="anonymous"> <title>18.</title> - <link rel="stylesheet" href="{{ relBase }}style/18.css"> + <link rel="stylesheet" href="{{ "/style/18.css" | relativize_url }}"> <!-- sigh... favicon --> - <link rel="apple-touch-icon" sizes="180x180" href="{{ relBase }}assets/icons/apple-touch-icon.png"> - <link rel="icon" type="image/png" href="{{ relBase }}assets/icons/favicon-32x32.png" sizes="32x32"> - <link rel="icon" type="image/png" href="{{ relBase }}assets/icons/favicon-16x16.png" 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"> @@ -63,6 +63,6 @@ <p>Noah.</p> </div> </div> - <script src="{{ relBase }}18/script.js"></script> + <script src="{{ "/18/script.js" | relativize_url }}"></script> </body> </html> |