Add pirate favicon

This commit is contained in:
2021-04-27 01:14:31 +00:00
parent fc2afda5d0
commit 9ee0254509
4 changed files with 15 additions and 0 deletions

View File

@@ -34,6 +34,12 @@ MARKDOWN = {
'output_format': 'html5',
}
STATIC_PATHS = ['images', 'extra']
EXTRA_PATH_METADATA = {
'extra/favicon.svg': {'path': 'favicon.svg'},
}
# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True