SVG favicons

Image and colour preview for links
This commit is contained in:
Michał Gdula 2023-03-15 16:19:42 +00:00
parent 3008a55899
commit f9aeb0955d
5 changed files with 164 additions and 4 deletions

View file

@ -1,5 +1,10 @@
{% extends 'layout.html' %}
{% block head %}
<meta property="og:image" content="/api/file/{{ image.file_name }}"/>
<meta name="theme-color" content="#{{ image.image_colours.0.0 }}{{ image.image_colours.0.1 }}{{ image.image_colours.0.2 }}"/>
{% endblock %}
{% block wrapper_class %}image-wrapper{% endblock %}
{% block content %}