This commit is contained in:
2019-09-04 18:36:55 +02:00
parent 8c9e1bc509
commit af7ca72760
12 changed files with 206 additions and 47 deletions
@@ -1,6 +1,6 @@
<div class="other_projets">
<h3>Les autres projets <span class="{{page.parent.title|lower}}">{{page.parent.title|lower}}s</span></h3>
{% set collection_random = page.parent.collection|slice(1,3) %}
{% set collection_random = page.parent.collection|slice(1,4) %}
{% for item in collection_random %}
{% if item.title == page.title == false %}
@@ -1,4 +1,5 @@
{% set title_level = title_level ?: 'h2' %}
{% if page.header.link %}
<{{ title_level }}>
{% if page.header.continue_link is not same as(false) %}