Feat(plugin): enable source-link plugin

This commit is contained in:
Bertrand Benjamin 2023-04-14 14:26:11 +02:00
parent d90ed8149d
commit 1ae89f63d0
1 changed files with 5 additions and 0 deletions

View File

@ -44,6 +44,7 @@ PLUGINS = [
"tag_cloud",
"pdf-img",
"big-button",
"source-link",
]
ALWAYS_MODIFIED = True
@ -90,3 +91,7 @@ CATEGORY_FEED_ATOM = None
TRANSLATION_FEED_ATOM = None
AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
# SOURCE LINK
GIT_SOURCE_BASE_URL = "https://git.opytex.org/lafrite/2022-2023/src/branch/main"
SOURCE_ICON_URL = "https://git.opytex.org/assets/img/logo.svg"