Closed ilja-radusch closed 8 months ago
Hugo scroll does not allow for a baseURL with subdirectory.
I suggest to add relURL in layouts/index.html for the cover image:
-<header id="site-head" class="withCenteredImage" {{ with .Params.header_image }}style="background-image: url({{ . }})"{{ end }}> +<header id="site-head" class="withCenteredImage" {{ with .Params.header_image }}style="background-image: url({{ . | relURL }})"{{ end }}>
I suggest to add relLangURL in layouts/index.html for the cover image:
-<a id="blog-logo" href="{{ "/" }}"><i class="fa fa-chevron-left" aria-hidden="true"></i> {{ .site.title }}</a> +<a id="blog-logo" href="{{ "" | relLangURL }}"><i class="fa fa-chevron-left" aria-hidden="true"></i> {{ .site.title }}</a>
Thanks for suggestions @ilja-radusch , would you care to open a PR?
seems to be part of #119
Hugo scroll does not allow for a baseURL with subdirectory.
I suggest to add relURL in layouts/index.html for the cover image:
I suggest to add relLangURL in layouts/index.html for the cover image: