commit:     e501b686016451eb346599acffebe454ebbe94b7
Author:     Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Thu Oct 13 07:51:28 2016 +0000
Commit:     Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Thu Oct 13 07:51:28 2016 +0000
URL:        https://gitweb.gentoo.org/sites/www.git/commit/?id=e501b686

Whitespace fix

 _includes/partials/sponsor.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/_includes/partials/sponsor.html b/_includes/partials/sponsor.html
index 64cb5b1..0333fd1 100644
--- a/_includes/partials/sponsor.html
+++ b/_includes/partials/sponsor.html
@@ -1,4 +1,4 @@
-<div class="row sponsor" id="{{sponsor.id | slugify }}">
+<div class="row sponsor" id="{{ sponsor.id | slugify }}">
   <div class="col-xs-12 col-md-3 sponsorlogo">
     {% if sponsor.img and sponsor.link %}
       <a href="{{ sponsor.link }}"><img src="/assets/img/sponsors/{{ 
sponsor.img }}" alt="{{ sponsor.name }}" /></a>
@@ -11,4 +11,4 @@
     {{ sponsor.blurb | markdownify }}
   </div>
 </div>
-<hr />
\ No newline at end of file
+<hr />

Reply via email to