From 867fb4b947eccef49111602b75e2501230f4beae Mon Sep 17 00:00:00 2001 From: Kasper Isager <kasperisager@gmail.com> Date: Tue, 17 Mar 2015 09:30:30 +0100 Subject: [PATCH] Fixes #155: Use HTTPS for GitHub buttons. --- views/default.master.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/default.master.tpl b/views/default.master.tpl index b05f39f..22fc448 100644 --- a/views/default.master.tpl +++ b/views/default.master.tpl @@ -67,8 +67,8 @@ <p class="pull-left">{t c="Copyright"} © {$smarty.now|date_format:"%Y"} <a href="{link path="home"}">{logo}</a></p> <p class="pull-right hidden-xs">{t c="Built with"} <i class="InformSprite Heart"></i> {t c="and"} <a href="http://getbootstrap.com">Bootstrap</a>. {t c="Powered by"} <a href="{vanillaurl}">Vanilla Forums</a> <!-- A lot of time was put into this project - a "Follow" and a "Star" would be most appreciated! --> - <iframe src="http://ghbtns.com/github-btn.html?user=kasperisager&type=follow" allowtransparency="true" frameborder="0" scrolling="0" width="145" height="20" style="vertical-align:top;margin-left:20px;"></iframe> - <iframe src="http://ghbtns.com/github-btn.html?user=kasperisager&repo=vanilla-bootstrap&type=star&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="85" height="20" style="vertical-align:top;"></iframe> + <iframe src="https://ghbtns.com/github-btn.html?user=kasperisager&type=follow" allowtransparency="true" frameborder="0" scrolling="0" width="145" height="20" style="vertical-align:top;margin-left:20px;"></iframe> + <iframe src="https://ghbtns.com/github-btn.html?user=kasperisager&repo=vanilla-bootstrap&type=star&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="85" height="20" style="vertical-align:top;"></iframe> </p> </div> {asset name="Foot"} -- GitLab