Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user