mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
fix(scripts): path
This commit is contained in:
parent
c8ceff11dd
commit
38b599c504
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
import yaml
|
||||
from pathlib import Path
|
||||
|
||||
LANG_PATH = Path(__file__).resolve().parent.parent.joinpath('data').joinpath('i18n')
|
||||
LANG_PATH = Path(__file__).resolve().parent.parent.joinpath('wowchemy').joinpath('data').joinpath('i18n')
|
||||
LANG_YAML = LANG_PATH.joinpath('languages.yaml')
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue