diff options
author | Alex Legler <alex@a3li.li> | 2015-09-05 15:12:41 +0200 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-09-05 15:12:41 +0200 |
commit | 04f41bad39a322f22a0f09ddad454661484d05f6 (patch) | |
tree | 4e565ee3e5343462464f1fa98b5cf743f6cbed25 /_includes/frontpage | |
parent | Mention CoC on lists (diff) | |
download | www-04f41bad39a322f22a0f09ddad454661484d05f6.tar.gz www-04f41bad39a322f22a0f09ddad454661484d05f6.tar.bz2 www-04f41bad39a322f22a0f09ddad454661484d05f6.zip |
Make the validator happy
Diffstat (limited to '_includes/frontpage')
-rw-r--r-- | _includes/frontpage/news | 2 |
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> |