From 576d87f467987823634707fa89ec4a722443fe6b Mon Sep 17 00:00:00 2001 From: OCram85 Date: Tue, 11 Jan 2022 08:49:22 +0100 Subject: [PATCH] fix edit url --- config/_default/params.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 53190fc..0a7c78c 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -25,7 +25,7 @@ description = "A personal blog about PowerShell, Automation and more." showBreadcrumbs = false showDraftLabel = true showEdit = true - editURL = "https://github.com/OCram85/Blog/" + editURL = "https://github.com/OCram85/Blog/edit/master/content/" editAppendPath = true showHeadingAnchors = true showPagination = true