Skip to content
Snippets Groups Projects
Commit 4346120c authored by David Rouquet's avatar David Rouquet
Browse files

change .Sites.First to .Sites.Default because of deprecation

parent c632ce61
No related branches found
No related tags found
No related merge requests found
<h2 class="book-brand">
<a class="flex align-center" href="{{ cond (not .Site.Home.File) .Sites.First.Home.RelPermalink .Site.Home.RelPermalink }}">
<a class="flex align-center" href="{{ cond (not .Site.Home.File) .Sites.Default.Home.RelPermalink .Site.Home.RelPermalink }}">
{{- with .Site.Params.BookLogo -}}
<img src="{{ . | relURL }}" alt="Logo" />
{{- end -}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment