commit: 04f41bad39a322f22a0f09ddad454661484d05f6
Author: Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Sat Sep 5 13:12:41 2015 +0000
Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Sat Sep 5 13:12:41 2015 +0000
URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=04f41bad
Make the validator happy
_includes/frontpage/news | 2 +-
index.html | 2 +-
2 files changed, 2 insertions(+), 2 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>
diff --git a/index.html b/index.html
index 2154621..1c283ef 100644
--- a/index.html
+++ b/index.html
@@ -16,7 +16,7 @@ meta: '<link rel="alternate" type="application/atom+xml"
title="Gentoo Linux New
</p>
</div>
<div class="col-xs-12 col-sm-4 col-md-3 buttons">
- <a href="get-started/about/" type="button" class="btn btn-default
btn-block">Learn more</a>
+ <a href="get-started/about/" class="btn btn-default btn-block">Learn
more</a>
<a href="get-started/" class="btn btn-primary btn-block"><i class="fa
fa-fw fa-rocket"></i> Get started now</a>
</div>
</div>