From 4dd22003965124ad4f71003198a6177e7064545d Mon Sep 17 00:00:00 2001 From: "P. Ottlinger" Date: Mon, 27 Mar 2023 20:41:51 +0200 Subject: [PATCH] Correct external link to lead to project itself If one hits the button it should help you to find the project itself, instead of linking to GH base page. --- exampleSite/content/homepage/external.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/homepage/external.md b/exampleSite/content/homepage/external.md index 2fcb0e5..97f8ee0 100644 --- a/exampleSite/content/homepage/external.md +++ b/exampleSite/content/homepage/external.md @@ -2,5 +2,5 @@ title: "GitHub" weight: 99 header_menu: true -external: https://github.com/ +external: https://github.com/zjedi/hugo-scroll ---