Skip to content
Snippets Groups Projects
Commit 6d29ce02 authored by alexisben's avatar alexisben
Browse files

mini fix

parent be018af3
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,8 @@
color: inherit
li:first-child a
padding-left: 0
.block-agenda__events,
// Also presents in block agenda
.events
.event
border-bottom: 1px solid $color-border
......
......@@ -3,7 +3,7 @@
{{- $title := .block.title -}}
{{- with .block.data }}
<div itemscope itemtype="http://schema.org/Blog" class="block block-agenda--list block-agenda{{ if $title }} block-with-title{{ end }}">
<div itemscope itemtype="http://schema.org/Blog" class="block block-agenda{{ if $title }} block-with-title{{ end }}">
<div class="container">
<div class="block-content">
{{ if or $title .description }}
......@@ -19,7 +19,7 @@
</div>
{{ end -}}
<div class="block-agenda__events">
<div class="events">
{{ range .elements }}
<article class="event" itemprop="events" itemscope itemtype="https://schema.org/Event">
{{ if .data.image }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment