File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 42
42
</nav>
43
43
<div class="go-Main-headerContent">
44
44
<div class="go-Main-headerTitle">
45
- <a class="go-Main-headerLogo" href="https://go.dev/" aria-hidden="true" tabindex="-1" data-gtmc="header link"
45
+ <a class="go-Main-headerLogo" href="{{if .LocalMode}}/{{else}} https://go.dev/{{end}} " aria-hidden="true" tabindex="-1" data-gtmc="header link"
46
46
aria-label="Link to Go Homepage">
47
47
<img height="78" width="207" src="/static/shared/logo/go-blue.svg" alt="Go">
48
48
</a>
Original file line number Diff line number Diff line change 53
53
54
54
{{define "unit-header-title"}}
55
55
<div class="go-Main-headerTitle js-stickyHeader">
56
- <a class="go-Main-headerLogo" href="https://go.dev/" aria-hidden="true" tabindex="-1" data-gtmc="header link" aria-label="Link to Go Homepage">
56
+ <a class="go-Main-headerLogo" href="{{if .LocalMode}}/{{else}} https://go.dev/{{end}} " aria-hidden="true" tabindex="-1" data-gtmc="header link" aria-label="Link to Go Homepage">
57
57
<img height="78" width="207" src="/static/shared/logo/go-blue.svg" alt="Go">
58
58
</a>
59
59
<h1 class="UnitHeader-titleHeading" data-test-id="UnitHeader-title">{{.Title}}</h1>
You can’t perform that action at this time.
0 commit comments