base site for phantas.ma
This commit is contained in:
parent
1e082c6786
commit
d27f4ac0c0
32 changed files with 50 additions and 710 deletions
|
|
@ -4,15 +4,15 @@
|
|||
<meta name="description" content="{{ text.byline|striptags }}"/>
|
||||
<meta property="og:title" content="{{ text.title }}"/>
|
||||
<meta property="og:type" content="movie"/>
|
||||
<meta property="og:url" content="https://njp.ma{{ text.get_absolute_url }}"/>
|
||||
<meta property="og:site_name" content="njp.ma"/>
|
||||
<meta property="og:url" content="https://phantas.ma{{ text.get_absolute_url }}"/>
|
||||
<meta property="og:site_name" content="phantas.ma"/>
|
||||
<meta property="og:description" content="{{ text.byline|striptags }}"/>
|
||||
|
||||
|
||||
<meta name="title" content="{{ text.title }}"/>
|
||||
<meta name="description" content="{{ text.byline|striptags }}"/>
|
||||
|
||||
<meta property="og:site_name" content="njp.ma"/>
|
||||
<meta property="og:site_name" content="phantas.ma"/>
|
||||
<meta property="og:description" content="{% for director in text.data.director %}{{ director|safe }}{% endfor %}"/>
|
||||
|
||||
<meta property="twitter:card" content="summary_large_image"/>
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
<meta property="twitter:description" content="{{ text.byline|striptags }}"/>
|
||||
|
||||
{% endblock head %}
|
||||
{% block title %}{{ text.title }} - njp.ma{% endblock title %}
|
||||
{% block title %}{{ text.title }} - phantas.ma{% endblock title %}
|
||||
{% block main %}
|
||||
<div id="ascroll"></div>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue