maj
This commit is contained in:
@ -71,23 +71,23 @@
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@graph": [
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@type": "Place",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
"addressLocality": "Eurre",
|
||||
"addressRegion": "Val de Drôme",
|
||||
"postalCode": "26400",
|
||||
"streetAddress": "Place Michel Paulus,Ecosite du Val de Drôme"
|
||||
},
|
||||
"name": "Le Campus Biovallee"
|
||||
"@graph": [
|
||||
{
|
||||
"@type": "Place",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
"addressLocality": "Eurre",
|
||||
"addressRegion": "Val de Drôme",
|
||||
"postalCode": "26400",
|
||||
"streetAddress": "Place Michel Paulus,Ecosite du Val de Drôme"
|
||||
},
|
||||
"name": "Le Campus Biovallee"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -1,14 +1,24 @@
|
||||
{% set options = { items: {'@page.self': '/nos-references'}, 'limit': 1 } %}
|
||||
{% set image = page.media.images|first %}
|
||||
{% set h5 = h5 ?: 'h2' %}
|
||||
|
||||
<div id="reco">
|
||||
{% for p in page.collection(options)%}
|
||||
<div class="txt">
|
||||
{{p.content}}
|
||||
{% for item in p.collection %}
|
||||
{% set image = item.media.images|first %}
|
||||
<div class="item">
|
||||
{% if image %}
|
||||
{{ image.html('','logo') }}
|
||||
{% endif %}
|
||||
<h3>{{item.title}}</h3>
|
||||
{{item.content}}
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
<div class="title">
|
||||
<{{h5}}>{{p.title}}</{{h5}}>
|
||||
</div>
|
||||
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user