From dd8116d2788740bbc3689118d9cfc78aec54d0ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isabella=20Sko=C5=99epov=C3=A1?= <isabella@skorepova.info> Date: Wed, 4 Jan 2023 22:50:53 +0100 Subject: [PATCH] fix link --- theme-source/templates/article.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme-source/templates/article.tsx b/theme-source/templates/article.tsx index 16794bdc..f5f970fc 100644 --- a/theme-source/templates/article.tsx +++ b/theme-source/templates/article.tsx @@ -98,7 +98,7 @@ function Article({ metadata, content, config, originalFile }) { className="author" style={{ color: '#a2a2a2', display: 'block' }} target="_blank" - href={`https://git.ok1kvk.cz/ok1kvk.cz/content/tree/main/content/articles/${originalFile}`} + href={`https://git.ok1kvk.cz/ok1kvk.cz/content/tree/main/content/${originalFile}`} > {metadata.published ? ( <> -- GitLab