Gentoo Archives: gentoo-commits

From: Alex Legler <a3li@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] sites/www:master commit in: _includes/partials/
Date: Fri, 14 Oct 2016 11:45:47
Message-Id: 1476345088.e501b686016451eb346599acffebe454ebbe94b7.a3li@gentoo
1 commit: e501b686016451eb346599acffebe454ebbe94b7
2 Author: Alex Legler <alex <AT> a3li <DOT> li>
3 AuthorDate: Thu Oct 13 07:51:28 2016 +0000
4 Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 13 07:51:28 2016 +0000
6 URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=e501b686
7
8 Whitespace fix
9
10 _includes/partials/sponsor.html | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/_includes/partials/sponsor.html b/_includes/partials/sponsor.html
14 index 64cb5b1..0333fd1 100644
15 --- a/_includes/partials/sponsor.html
16 +++ b/_includes/partials/sponsor.html
17 @@ -1,4 +1,4 @@
18 -<div class="row sponsor" id="{{sponsor.id | slugify }}">
19 +<div class="row sponsor" id="{{ sponsor.id | slugify }}">
20 <div class="col-xs-12 col-md-3 sponsorlogo">
21 {% if sponsor.img and sponsor.link %}
22 <a href="{{ sponsor.link }}"><img src="/assets/img/sponsors/{{ sponsor.img }}" alt="{{ sponsor.name }}" /></a>
23 @@ -11,4 +11,4 @@
24 {{ sponsor.blurb | markdownify }}
25 </div>
26 </div>
27 -<hr />
28 \ No newline at end of file
29 +<hr />