forked from varia/varia.website
disable rel urls
This commit is contained in:
parent
e4f136ba65
commit
a03cae0a99
@ -10,7 +10,7 @@ import sys
|
|||||||
sys.path.append(os.curdir)
|
sys.path.append(os.curdir)
|
||||||
from pelicanconf import *
|
from pelicanconf import *
|
||||||
|
|
||||||
RELATIVE_URLS = True
|
RELATIVE_URLS = False
|
||||||
DELETE_OUTPUT_DIRECTORY = True
|
DELETE_OUTPUT_DIRECTORY = True
|
||||||
|
|
||||||
# Following items are often useful when publishing
|
# Following items are often useful when publishing
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
{# Thumbnail image to show when homepage is shared on social media. It also
|
{# Thumbnail image to show when homepage is shared on social media. It also
|
||||||
serves as the default image for posts whose featured_image is not set. #}
|
serves as the default image for posts whose featured_image is not set. #}
|
||||||
{% if not FEATURED_IMAGE %}
|
{% if not FEATURED_IMAGE %}
|
||||||
{% set FEATURED_IMAGE = '' %}
|
{% set FEATURED_IMAGE = 'https://varia.zone/images/de_varia.png' %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% set FEATURED_IMAGE = FEATURED_IMAGE %}
|
{% set FEATURED_IMAGE = FEATURED_IMAGE %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user