1
0
forked from Git/hugo-story

Update layouts/partials/items.html

This commit is contained in:
Olivier 2024-04-19 18:15:40 +02:00
parent cbd187aff8
commit b30950c000

View File

@ -1,7 +1,7 @@
<!-- Items --> <!-- Items -->
<section class="wrapper style1 align-center"> <section class="wrapper style1 align-center" id="management-team">
<div class="inner"> <div class="inner">
{{ with .title }}<h2>{{ . }}</h2>{{ end }} {{ with .title }}<h1>{{ . }}</h1>{{ end }}
{{ with .content }}<p>{{ . | safeHTML }}</p>{{ end }} {{ with .content }}<p>{{ . | safeHTML }}</p>{{ end }}
<div class="items {{ .style }}"> <div class="items {{ .style }}">
{{ range .items }} {{ range .items }}