Skip to content

Commit 56a093d

Browse files
author
gdgate
authored
Merge pull request #460 from Mara3l/trivial
TRIVIAL: Main logo removing redirect Reviewed-by: Jan Kadlec https://github.com/hkad98
2 parents 64c0f81 + 45e83de commit 56a093d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/layouts/partials/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{ $cover := .HasShortcode "blocks/cover" }}
22
<nav class="gd-docs-header-nav gd-docs-header-nav__first">
33
<div class="gd-docs-header-nav__left">
4-
<a class="gd-docs-header-nav__logo gd-header-nav__logo" href="{{ .Site.Home.RelPermalink }}">
4+
<a class="gd-docs-header-nav__logo gd-header-nav__logo" href="{{ (printf "%s%s/" .Site.Home.Permalink "latest" ) | safeURL }}" >
55
{{ with resources.Get "icons/GoodDataLearn.svg" }}{{ ( . | minify).Content | safeHTML }}{{ end }}
66
</a>
77
<span class="gd-header-nav__logo-text">Learn</span>

0 commit comments

Comments
 (0)