Use the locally cloned one, even in dev.

This commit is contained in:
Julien Palard 2021-10-13 13:09:33 +02:00
parent 9840aa613f
commit 7bcea341a2
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ SOCIAL = (
USE_GOOGLE_FONTS = False
DEFAULT_PAGINATION = 10
THEME = "/home/mdk/clones/Flex/"
THEME = "Flex"
THEME_STATIC_DIR = "theme"
ARTICLE_URL = "{category}/{slug}.html"
STATIC_PATHS = ["images"]