]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - templates/base.html
Revert "optimise footer space and layout"
[irc/freenode/web-7.0.git] / templates / base.html
index e6bcfac264dca5c869e3b34aced0a67f6dabe379..25f7f8672587124e1fd028f2c256914210c0fb6e 100644 (file)
@@ -8,6 +8,10 @@
     <meta name="theme-color" content="#292f2f">
     <meta name="description" content="{{ config.DESCRIPTION }}">
     <link rel="icon" href="{{ url_for("static/img/logos/coloured-alphabg-sq-120.png") }}">
+    {%- block links %}
+    <link rel="alternate" type="application/rss+xml" href="{{ url_for("news/rss") }}" title="news (rss)">
+    <link rel="alternate" type="application/atom+xml" href="{{ url_for("news/atom") }}" title="news (atom)">
+    {%- endblock %}
     <title>{% block title %}{{ title }} - {{ config.name }}{% endblock %}</title>
     {%- for stylesheet in ['open-sans.css', 'font-awesome.css', 'style.css'] %}
     <link href="{{ url_for("static/css/" + stylesheet) }}?{{ git_hash }}" rel="stylesheet">
             <input type="hidden" name="cx" value="partner-pub-3720690829065633:9p8fr4-u91g">
             <input type="hidden" name="ie" value="ISO-8859-1">
             <label for="search" class="invisible">Query:</label>
-            <input id="nav-searchbox" type="text" name="q">
+            <input id="nav-searchbox" type="text" name="q" placeholder="Search using Google">
             <label id="nav-label" for="nav-searchbox"><i class="fa fa-search fa-lg"></i></label>
-            <input id="nav-submit" type="submit" class="invisible" value="Search">
+            <input id="nav-submit" type="submit" class="invisible" value="Search using Google">
         </form>
     </nav>
     <div class="container">
         {% block content %}{% endblock %}
     </div>
     <div class="footers">
-        <a name="navigation"></a>
+        <a id="navigation"></a>
         {% include "footer.html" %}
     </div>
-    {% include "analytics.html" %}
 </body>
 </html>