diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2015-12-28 14:34:08 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2015-12-28 14:41:20 +0100 |
commit | 2ffaf47ae3b46e07e3249d2531924b881a5b7348 (patch) | |
tree | fe8fdca98f751ab2487e7ceaf1474ef97e398008 /templates | |
parent | 6f0d52e2c47ce1e3cd235503fee57de4218563f9 (diff) |
Update all Fripost links from http:// to https://.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 11d25ea..38b4d2c 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -47,7 +47,7 @@ <span class="icon-bar"></span> <span class="icon-bar"></span> </button> - <a class="navbar-brand" href="http://fripost.org"><b>fripost</b> | demokratisk e-post</a> + <a class="navbar-brand" href="https://fripost.org"><b>fripost</b> | demokratisk e-post</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> @@ -59,8 +59,8 @@ <li><a href="<TMPL_UNLESS ISWEBSITE>https://fripost.org</TMPL_UNLESS>/medlemskap">Gå med</a></li> <li><a href="<TMPL_UNLESS ISWEBSITE>https://fripost.org</TMPL_UNLESS>/kontakt">Kontakt</a></li> <li><a href="<TMPL_UNLESS ISWEBSITE>https://fripost.org</TMPL_UNLESS>/english">English</a></li> - <li><a href="<TMPL_IF ISWEBSITE>http://wiki.fripost.org</TMPL_IF>/faq">FAQ</a></li> - <li><a href="<TMPL_IF ISWEBSITE>http://wiki.fripost.org<TMPL_ELSE>/</TMPL_IF>">Wiki</a></li> + <li><a href="<TMPL_IF ISWEBSITE>https://wiki.fripost.org</TMPL_IF>/faq">FAQ</a></li> + <li><a href="<TMPL_IF ISWEBSITE>https://wiki.fripost.org<TMPL_ELSE>/</TMPL_IF>">Wiki</a></li> </ul> <ul class="nav navbar-nav navbar-right"> |