github template update

This commit is contained in:
Kenneth Reitz
2011-04-03 12:54:43 -04:00
parent b8e414cfd5
commit 2216d2d1f0
+1 -3
View File
@@ -8,9 +8,7 @@
{% for commit in commits %}
<li>
<a href="mailto:{{ commit.email }}">{{ commit.author }}</a>
<pre> {{ commit.message }}</pre>
<pre>[{{ commit.author }}] {{ commit.message }}</pre>
</li>
{% endfor %}