]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - templates/base.html
Merge pull request #17 from freenode/responsive-1
[irc/freenode/web-7.0.git] / templates / base.html
index a4c2d7ae617d186ce2b48911ed22a403cd60a358..ecef57f2f9ea853f55ad716b48190bc32ba82e19 100644 (file)
@@ -6,6 +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">
+    <meta name="description"content="freenode IRC network">
     <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">
@@ -15,7 +16,7 @@
 <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 href="PIA" target="_blank"><img alt="Private internet access" class="nlogo" src="{{ url_for("static/img/logos/PIALogo_black.svg") }}"></a>
+        <a href="https://www.privateinternetaccess.com/" target="_blank"><img alt="Private internet access" class="nlogo" src="{{ url_for("static/img/logos/PIALogo_black.svg") }}"></a>
     </nav>
     <div class="container">
             {% block content %}{% endblock %}
@@ -24,5 +25,6 @@
     <div class="footers">
             {% include "footer.html" %}
     </div>
+    {% include "analytics.html" %}
 </body>
 </html>