Make phorkie search engine friendlier
[phorkie.git] / data / templates / list.htm
index ac3d664ee15902f645c2c102f51082686d65a07e..45b32f451402a3ad312d8aacce86a93db2c8a671 100644 (file)
@@ -3,10 +3,11 @@
 
 {% 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 style="height: 1em"></div>
+<div class="content-padding-fix"></div>
 <ul class="nav nav-pills nav-stacked">
 {% for repo in repos %}
  {% include 'repo-list.htm' %}