From 1dea0fbe0bda6066c12d8d83b75b370a7884ce00 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sun, 31 Aug 2025 23:42:54 +0200 Subject: fixed links --- hugo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hugo.toml b/hugo.toml index 19d79d7..a97f739 100644 --- a/hugo.toml +++ b/hugo.toml @@ -53,7 +53,7 @@ enableGitInfo = true [[menu.after_right]] name="code" - url="https://code.aethrvmn.gr/site.git/tree" + url="https://code.aethrvmn.gr" weight=1 [[menu.after_right]] name="videos" @@ -85,7 +85,7 @@ enableGitInfo = true # Set source repository location. # Used for 'Last Modified' and 'Edit this page' links. - BookRepo = 'https://code.aethrvmn.gr' + BookRepo = 'https://code.aethrvmn.gr/sites/site.git' # (Optional, default 'commit') Specifies commit portion of the link to the page's last modified # commit hash for 'doc' page type. -- cgit v1.2.3