Icons and icon template tag

This commit is contained in:
2020-08-27 09:06:24 +02:00
parent d45724b774
commit 0707d2d51e
7 changed files with 67 additions and 15 deletions

View File

@@ -147,4 +147,6 @@ THUMBNAIL_ALIASES = {
'hero': {'size': (700, 700), 'crop': False},
'large': {'size': (1920, 1920), 'crop': False},
},
}
}
SVG_ICONS_SOURCE_FILE = os.path.join(BASE_DIR, 'lostplaces_app', 'static', 'icons', 'icons.icomoon.json')