remove <h1>News</h1> from index.html; use post.title instead

This commit is contained in:
Nils Schneider 2011-09-03 11:45:18 +02:00
parent fc5d5163af
commit a299c4e849

View file

@ -128,9 +128,8 @@ ALERT:
<div class="container"> <div class="container">
<section id="news"> <section id="news">
<h1>News</h1>
{% for post in site.posts limit: 1 %} {% for post in site.posts limit: 1 %}
<h2><a href="{{ post.url }}">{{ post.title }}</a> <small>{{ post.date | date:"%e %B %Y" }}</small></h2> <h1><a href="{{ post.url }}">{{ post.title }}</a> <small>{{ post.date | date:"%e %B %Y" }}</small></h1>
{% if post.src %} {% if post.src %}
<p> <p>
<a href="{{ post.src }}">Full announcement (including signatures)</a> <a href="{{ post.src }}">Full announcement (including signatures)</a>