Update footer.html

This commit is contained in:
dongorgan 2023-11-12 11:58:50 +03:00 committed by GitHub
parent 99c4d8f8a4
commit 6a1f7eb0e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
<!-- navbar brand/logo --> <!-- navbar brand/logo -->
<a <a
class="navbar-brand inline-block" class="navbar-brand inline-block"
href="{{ site.BaseURL | relLangURL }}"> href="{{ site.Home.Permalink }}">
{{ partial "logo" }} {{ partial "logo" }}
</a> </a>
</div> </div>
@ -19,7 +19,7 @@
{{ end }} {{ end }}
href="{{ if findRE `^#` .URL }} href="{{ if findRE `^#` .URL }}
{{ if not $.IsHome }} {{ if not $.IsHome }}
{{ site.BaseURL | relLangURL }} {{ site.Home.Permalink }}
{{ end }}{{ .URL }} {{ end }}{{ .URL }}
{{ else }} {{ else }}
{{ .URL | relLangURL }} {{ .URL | relLangURL }}