From b9b18957e115447e6bdf06e0afc96a695b4ce75c Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Tue, 14 Jan 2025 15:07:49 +0100 Subject: [PATCH] chore: update contribute link to website section Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/contribute/_index.md | 1 + layouts/partials/footer.html | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/content/contribute/_index.md b/content/contribute/_index.md index ac91353730..3801814cd1 100644 --- a/content/contribute/_index.md +++ b/content/contribute/_index.md @@ -1,5 +1,6 @@ --- title: Contribute to Docker's docs +linkTitle: Contribute weight: 10 toc_max: 1 aliases: diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 7591a1738f..4158b0c70d 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -5,7 +5,9 @@ Pricing About us Support - Contribute + {{- with .GetPage "/contribute" }} + {{ .LinkTitle }} + {{- end }}