Files
hugo-cwpearson/themes/academic/layouts/partials/talk_li_simple.html
Carl Pearson c86ae95ea6 add theme
2017-07-18 17:40:37 -04:00

13 lines
442 B
HTML

<li itemscope itemtype="http://schema.org/CreativeWork">
<i class="fa-li 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>
</li>