]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - templates/base.html
Update support.md
[irc/freenode/web-7.0.git] / templates / base.html
index b64e4aeb5508d0b4dd90bf5f194004da0fdd69f2..e9e20f95c4b5d2f5767944ba837e6640b1af9001 100644 (file)
     <link rel="icon" href="{{ url_for("static/img/logos/coloured-alphabg-sq-120.png") }}">
     <title>{% block title %}{{ title }} - {{ config.name }}{% endblock %}</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/font-awesome.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 href="https://www.privateinternetaccess.com/" target="_blank"><img alt="Private internet access" class="nlogo" src="{{ url_for("static/img/logos/PIALogo_white.svg") }}"></a>
+        <a href="https://www.privateinternetaccess.com/pages/buy-vpn/freend/" 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 %}