add meta tags
This commit is contained in:
parent
407d4fb173
commit
3d2d9700cd
3 changed files with 29 additions and 0 deletions
|
|
@ -1,4 +1,12 @@
|
|||
{% extends "base.html" %}
|
||||
{% block head %}
|
||||
<meta name="title" content="Phantasmapolis"/>
|
||||
<meta name="description" content="Looking back to the future"/>
|
||||
<meta property="og:title" content="Phantasmapolis"/>
|
||||
<meta property="og:url" content="https://phantas.ma/polis"/>
|
||||
<meta property="og:site_name" content="Phantas.ma/polis" />
|
||||
<meta property="og:description" content="Looking back to the future"/>
|
||||
{% endblock head %}
|
||||
{% block body_class%}animated animated-text body--home{% endblock %}
|
||||
{% block main %}
|
||||
<div class="index">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue