* [gentoo-commits] sites/www:master commit in: _includes/partials/
@ 2016-10-14 11:45 Alex Legler
0 siblings, 0 replies; 2+ messages in thread
From: Alex Legler @ 2016-10-14 11:45 UTC (permalink / raw
To: gentoo-commits
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
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--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 />
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] sites/www:master commit in: _includes/partials/
@ 2017-03-05 12:58 Matthew Marchese
0 siblings, 0 replies; 2+ messages in thread
From: Matthew Marchese @ 2017-03-05 12:58 UTC (permalink / raw
To: gentoo-commits
commit: 21336b65dae90ebd40021b0f252d1853e6cfbec1
Author: Matthew Marchese <maffblaster <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 5 12:56:59 2017 +0000
Commit: Matthew Marchese <maffblaster <AT> gentoo <DOT> org>
CommitDate: Sun Mar 5 12:56:59 2017 +0000
URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=21336b65
Use HTTPS for dynamic mailing list links.
_includes/partials/mailinglist.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_includes/partials/mailinglist.html b/_includes/partials/mailinglist.html
index ac9fef0..8202689 100644
--- a/_includes/partials/mailinglist.html
+++ b/_includes/partials/mailinglist.html
@@ -16,7 +16,7 @@
<div class="btn-group btn-group-xs" role="group" aria-label="Mailing list actions for {{ list.name }}@lists.gentoo.org">
<a href="mailto:{{ list.name }}@lists.gentoo.org" title="Post to this list" class="btn btn-default"><span class="fa fa-fw fa-send"></span></a>
<a href="mailto:{{ list.name }}%2Bsubscribe@lists.gentoo.org" title="Subscribe to this list" class="btn btn-default"><span class="fa fa-fw fa-plus-square"></span></a>
- <a href="http://archives.gentoo.org/{{ list.name }}/" title="Archives of this list" class="btn btn-default"><span class="fa fa-fw fa-archive"></span></a>
+ <a href="https://archives.gentoo.org/{{ list.name }}/" title="Archives of this list" class="btn btn-default"><span class="fa fa-fw fa-archive"></span></a>
</div>
{% endif %}
</td>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-03-05 12:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-14 11:45 [gentoo-commits] sites/www:master commit in: _includes/partials/ Alex Legler
-- strict thread matches above, loose matches on Subject: below --
2017-03-05 12:58 Matthew Marchese
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox