From 9d7c7cf3f4f61633b8226aa0d8a09cc1af10ac5c Mon Sep 17 00:00:00 2001
From: Marvin Weiler <109-togir2@users.noreply.gitlab.fachschaften.org>
Date: Thu, 9 Feb 2023 21:18:53 +0000
Subject: [PATCH] Config: Added gitlab icon, Fixed edit-url-template

---
 book.toml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/book.toml b/book.toml
index a09a2b0..a15d0f6 100644
--- a/book.toml
+++ b/book.toml
@@ -9,7 +9,8 @@ default-theme = "rust"
 [output.html]
 mathjax-support = true
 git-repository-url = "https://gitlab.fachschaften.org/togir2/sfl-wise-2022-2023-writeup"
-edit-url-template = "https://gitlab.fachschaften.org/-/ide/project/togir2/sfl-wise-2022-2023-writeup/edit/main/{path}"
+git-repository-icon = "fa-gitlab"
+edit-url-template = "https://gitlab.fachschaften.org/-/ide/project/togir2/sfl-wise-2022-2023-writeup/tree/main/-/{path}"
 
 #[output.pdf]
 ## If needed, please specify the full path.
-- 
GitLab