]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - templates/base.html
renamed mock1.css to source.css
[irc/freenode/web-7.0.git] / templates / base.html
index 2908b7dcff22f9c650d16c122ea427f8933cf9f7..25e5896df446edcb829fc5ca37dc2caad8efab46 100644 (file)
@@ -6,7 +6,7 @@
     <meta content="width=device-width, initial-scale=1" name="viewport">
     <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
     <meta content="#fff" name="theme-color">
-    <link rel="icon" href="static/img/logos/coloured-alphabg-sq-120.png">
+    <link rel="icon" href="{{ url_for("static/img/logos/coloured-alphabg-sq-120.png") }}">
     <title>{{ title }}</title>
     <link href="{{ url_for("static/css/open-sans.css") }}" rel="stylesheet">
     <link href="{{ url_for("static/css/style.css") }}" rel="stylesheet">
                     </li>
                     <li>
                         <a href="PIA" target="_blank"><img alt="PIA" height=
-                        "14px" src="static/img/logos/pia-robot-original.svg">
+                        "14px" src="{{ url_for("static/img/logos/pia-robot-original.svg") }}">
                         Private Internet Access</a>
                     </li>
                 </ul>
             </div>
         </footer>
         <footer class="copyright">
-            <a class="copyright" href=
-            "https://creativecommons.org/licenses/by-nc-sa/4.0/" target=
-            "_blank"><img alt="CC by-nc-sa" src="static/img/by-nc-sa.svg"></a>
+            <a class="copyright" href= "https://creativecommons.org/licenses/by-nc-sa/4.0/" target= "_blank">
+                <img alt="CC by-nc-sa" src="{{ url_for("static/img/by-nc-sa.svg") }}">
+            </a>
             <p>&copy; Copyright 2002-2016, freenode</p>
         </footer>
     </div>