aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-09-05 15:12:41 +0200
committerAlex Legler <alex@a3li.li>2015-09-05 15:12:41 +0200
commit04f41bad39a322f22a0f09ddad454661484d05f6 (patch)
tree4e565ee3e5343462464f1fa98b5cf743f6cbed25 /_includes/frontpage
parentMention CoC on lists (diff)
downloadwww-04f41bad39a322f22a0f09ddad454661484d05f6.tar.gz
www-04f41bad39a322f22a0f09ddad454661484d05f6.tar.bz2
www-04f41bad39a322f22a0f09ddad454661484d05f6.zip
Make the validator happy
Diffstat (limited to '_includes/frontpage')
-rw-r--r--_includes/frontpage/news2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/frontpage/news b/_includes/frontpage/news
index a8d4861..73bcdc4 100644
--- a/_includes/frontpage/news
+++ b/_includes/frontpage/news
@@ -2,7 +2,7 @@
{% for post in site.posts | limit: 3 %}
<article class="newsitem">
<h2 class="stick-top newsitem-bullet">
- <span class="fa fa-fw fa-chevron-circle-right" title="News item"></span>
+ <span class="fa fa-fw fa-chevron-circle-right" title="News item"> </span>
</h2>
<h2 class="stick-top newsitem-headline">
<a href="{{ post.url }}">{{ post.title }}</a> <small>({{ post.date | date: "%b %-d, %Y" }})</small>