fix agenda
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
page agenda
|
||||
<div>
|
||||
{% for item in posts %}
|
||||
{% include 'components/thumbnails/thumbnails.twig' %}
|
||||
{% include 'components/thumbnails/thumbnails.twig'%}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<div class="lieu">{{item.lieu}}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="btn redirection_page">
|
||||
{% include 'components/buttons/bouton_ensavoir.html.twig'with { name__template : 'accueil' } %}
|
||||
</div>
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
{% extends "base.twig" %}
|
||||
|
||||
{% block content %}
|
||||
<form class="password-form" action="{{site.site_url}}/wp-login.php?action=postpass" method="post">
|
||||
<label for="pwbox-{{post.ID}}">Password:</label>
|
||||
<input class="password-box" name="post_password" id="pwbox-{{post.ID}}" type="password" placeholder="Password" size="20" maxlength="20" />
|
||||
<input class="password-btn" type="submit" name="Submit" value="Submit" />
|
||||
</form>
|
||||
{% endblock %}
|
||||
@@ -1,9 +0,0 @@
|
||||
{% extends "tease.twig" %}
|
||||
|
||||
{% block content %}
|
||||
<h2 class="h2"><a href="{{post.link}}">{{post.title}}</a></h2>
|
||||
<p>{{post.preview.length(25)}}</p>
|
||||
{% if post.thumbnail.src %}
|
||||
<img src="{{post.thumbnail.src}}" />
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user