12345678910 |
- <div class="pub-list-item" style="margin-bottom: 1rem" itemscope itemtype="http://schema.org/CreativeWork">
- <i class="far fa-file-alt pub-icon" aria-hidden="true"></i>
- <a href="{{ .RelPermalink }}" itemprop="name">{{ .Title }}</a>
- <div itemprop="author">
- {{ with .Params.authors }}
- {{- delimit . ", " | markdownify -}}
- {{- end -}}
- </div>
- <p>{{ partial "publication_links" (dict "content" . "is_list" 1) }}</p>
- </div>
|