fix paths

Tue, 01 May 2018 13:23:59 +0300

author
Teemu Piippo <teemu@hecknology.net>
date
Tue, 01 May 2018 13:23:59 +0300
changeset 96
5acbf5a81383
parent 95
f49c984c8fa1
child 97
6967657fced6

fix paths

templates/interesting.html file | annotate | diff | comparison | revisions
--- a/templates/interesting.html	Tue May 01 13:23:15 2018 +0300
+++ b/templates/interesting.html	Tue May 01 13:23:59 2018 +0300
@@ -1,8 +1,8 @@
 {% from "macros.html" import route_rep %}
 <html>
 <head>
-	<link rel="icon" type="image/png" href="../static/favicon.png" />
-	<link rel="stylesheet" type="text/css" href="../static/style.css" />
+	<link rel="icon" type="image/png" href="./static/favicon.png" />
+	<link rel="stylesheet" type="text/css" href="./static/style.css" />
 	<meta charset='UTF-8' />
 	<title>{{tr('interesting', 'headings')}}</title>
 	<!-- <meta http-equiv='refresh' content='60'> -->

mercurial