add meta tags

This commit is contained in:
j 2021-10-30 16:57:40 +01:00
parent 18a6e40ed1
commit 3dcd50956e

View file

@ -3,10 +3,10 @@
<meta name="title" content="Phantasmapolis"/> <meta name="title" content="Phantasmapolis"/>
<meta name="description" content="Looking back to the future"/> <meta name="description" content="Looking back to the future"/>
<meta property="og:title" content="Phantasmapolis"/> <meta property="og:title" content="Phantasmapolis"/>
<meta content="/static/jpg/phantasmopolis.jpg" name="thumbnail"/> <meta content="https://phantas.ma/static/jpg/phantasmopolis.jpg" name="thumbnail"/>
<meta content="/static/jpg/phantasmopolis.jpg" name="image_src"/> <meta content="https://phantas.ma/static/jpg/phantasmopolis.jpg" name="image_src"/>
<meta property="og:url" content="https://phantas.ma/polis"/> <meta property="og:url" content="https://phantas.ma/polis"/>
<meta property="og:image" content="/static/jpg/phantasmopolis.jpg"/> <meta property="og:image" content="https://phantas.ma/static/jpg/phantasmopolis.jpg"/>
<meta property="og:site_name" content="Phantas.ma/polis" /> <meta property="og:site_name" content="Phantas.ma/polis" />
<meta property="og:description" content="Looking back to the future"/> <meta property="og:description" content="Looking back to the future"/>
{% endblock head %} {% endblock head %}