123456789101112 |
- <div class="pub-list-item" style="margin-bottom: 1rem" itemscope itemtype="http://schema.org/CreativeWork">
- <i class="fa fa-comment-o pub-icon" aria-hidden="true"></i>
- <span itemprop="name"><a href="{{ .Permalink }}">{{ .Title }}</a></span>
- <p>
- {{ .Date.Format $.Site.Params.date_format }},
- {{ if .Params.event_short }}
- {{ .Params.event_short | markdownify }}
- {{ else if .Params.event }}
- {{ .Params.event | markdownify }}
- {{ end }}
- </p>
- </div>
|