Fixed images not being output

This commit is contained in:
trotFunky 2020-05-31 23:18:08 +01:00
parent 32a4c73685
commit 63db782703

View file

@ -19,11 +19,11 @@ COPYRIGHT_YEAR = datetime.now().year
PATH = 'content'
PLUGIN_PATHS = ["plugins"]
STATIC_PATHS = ['extras/custom.css']
STATIC_PATHS = ['extras/custom.css','images/']
# tell pelican where it should copy that file to in your output folder
EXTRA_PATH_METADATA = {
'extras/custom.css': {'path': 'static/custom.css'}
'extras/custom.css': {'path': 'static/custom.css'},
}
CUSTOM_CSS = 'static/custom.css'