Skip to content
Snippets Groups Projects
Commit 46f0873c authored by Julien Fontchastagner's avatar Julien Fontchastagner
Browse files

compat v0.140

parent 6dd9ed85
No related branches found
No related tags found
No related merge requests found
...@@ -48,11 +48,11 @@ ...@@ -48,11 +48,11 @@
</section> </section>
{{end}} {{end}}
{{ if or .Site.IsMultiLingual $showvisitedlinks }} {{ if or hugo.IsMultilingual $showvisitedlinks }}
<section id="prefooter"> <section id="prefooter">
<hr/> <hr/>
<ul> <ul>
{{ if and .Site.IsMultiLingual (not .Site.Params.DisableLanguageSwitchingButton)}} {{ if and hugo.IsMultilingual (not .Site.Params.DisableLanguageSwitchingButton)}}
<li> <li>
<a class="padding"> <a class="padding">
<i class="fas fa-language fa-fw"></i> <i class="fas fa-language fa-fw"></i>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment