]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - templates/base.html
change date wording to $author on $date
[irc/freenode/web-7.0.git] / templates / base.html
index aa81b930a79728e837794a5f8e1284c932dc21b3..b809e1e3bb2170b05739381b1666718d9442431b 100644 (file)
     <title>{{ title }}</title>
     <link href="{{ url_for("static/css/open-sans.css") }}" rel="stylesheet">
     <link href="{{ url_for("static/css/font-awesome.min.css") }}" rel="stylesheet">
+    <link href="{{ url_for("static/css/freenode.css") }}" rel="stylesheet">
     <link href="{{ url_for("static/css/style.css") }}" rel="stylesheet">
 </head>
 <body>
     <nav class="navbar">
-        <a href="{{ url_for("index") }}"><img alt="freenode" class="nlogo" src="{{ url_for("static/img/logos/coloured-alphabg.svg") }} "></a>
-        <a class="nav-light" href="https://www.privateinternetaccess.com/" target="_blank"><img alt="Private internet access" class="nlogo" src="{{ url_for("static/img/logos/PIALogo_black.svg") }}"></a>
+        <a href="{{ url_for("index") }}"></a>
+        <a href="https://www.privateinternetaccess.com/" target="_blank"><img alt="Private internet access" class="nlogo" src="{{ url_for("static/img/logos/PIALogo_white.svg") }}"></a>
     </nav>
     <div class="container">
             {% block content %}{% endblock %}