Skip to content

Commit

Permalink
fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakrecoer committed May 6, 2024
1 parent ba8d569 commit 1a43745
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
URL: "download"
icon: ''
external: false
- name: "Manual"
- name: "Docs"
URL: "https://github.com/dyne/dowse/wiki"
icon: ''
external: true
Expand Down
6 changes: 3 additions & 3 deletions docs/themes/dyne-soft/layouts/partials/body/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h3>{{ .Site.Title }}</h3>
{{ end }}
{{ range .Site.Data.navigation }}
{{ if ne .name "Contact"}}
<li><a href="{{ .URL }}" {{ if eq .external true }} target="_blank" rel="noopener"
<li><a href="{{ .URL | relURL }}" {{ if eq .external true }} target="_blank" rel="noopener"
{{ end }}>{{ .icon }} {{ .name }}</a></li>
{{ end }}
{{ end }}
Expand All @@ -47,8 +47,8 @@ <h3>{{ .Site.Title }}</h3>
</div>
<p>&copy;{{ now.Format "2006" }} {{ .Site.Title }}
<!-- | <a href="/webcreds/">Credits</a> -->
| <a href="/cookies/">Privacy Policy</a>
| <a href="/credits/">Credits</a></p>
| <a href="{{ "cookies" | relURL }}">Privacy Policy</a>
| <a href="{{ "credits" | relURL }}">Credits</a></p>

</small>
</div>
Expand Down

0 comments on commit 1a43745

Please sign in to comment.