Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit 4a2f55a

Browse files
authored
Update MPR link in header. (#37)
1 parent 5607e1c commit 4a2f55a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

config.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ enableEmoji = true
66

77
[params]
88
site_desc = "A simplicity-focused packaging tool for Debian archives"
9-
hw_url = "hunterwittenborn.com"
109
makedeb_url = "makedeb.org"
1110
github_url = "github.com"

themes/makedeb/layouts/partials/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{{ end }}
1717

1818
<a href="https://docs.{{ .Site.Params.makedeb_url }}">Docs</a>
19-
<a href="https://mpr.{{ .Site.Params.hw_url }}">MPR</a>
19+
<a href="https://mpr.{{ .Site.Params.makedeb_url }}">MPR</a>
2020

2121
{{ if eq .RelPermalink "/news/" }}
2222
<p>News</p>

0 commit comments

Comments
 (0)