Make phorkie search engine friendlier
[phorkie.git] / data / templates / list.htm
index aee3100bf49e417b26eb77d61f52465a7c974fc9..45b32f451402a3ad312d8aacce86a93db2c8a671 100644 (file)
@@ -1,7 +1,13 @@
 {% extends "base.htm" %}
 {% block title %}List of all pastes{% endblock %}
 
+{% block meta %}
+ <link rel="alternate" type="application/atom+xml" title="New pastes" href="feed/new" />
+ <link rel="alternate" type="application/atom+xml" title="Updated pastes" href="feed/updated" />
+{% endblock %}
+
 {% block content %}
+<div class="content-padding-fix"></div>
 <ul class="nav nav-pills nav-stacked">
 {% for repo in repos %}
  {% include 'repo-list.htm' %}
@@ -14,8 +20,8 @@
 
 {% block sidebar %}
  {% if recents.results %}
-  <h3>Recently updated</h3>
-  <ul>
+  <h4>Recently updated</h4>
+  <ul class="unstyled">
   {% for repo in recents.repos %}
    {% include 'repo-sidebar-list.htm' %}
   {% endfor %}