diff options
Diffstat (limited to 'templates/page.tmpl')
-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"> |