hugo-bearcub/layouts/shortcodes/publications.html
Alex Selimov ef8f417c6c
Some checks failed
github pages / deploy (push) Failing after 2s
Updates migrating previous theme to hugo-bearcub
2026-03-02 19:38:07 -05:00

5 lines
221 B
HTML

<ul>
{{ range .Site.Data.publications }}
<li>{{ .authors }} ({{ .year }}). {{ .title }}. <em>{{ .journal }}</em> {{ .volume }}, {{ .pages }} {{ with .link }} <a href={{ . }}>[Link]</a>{{ end }}</li>
{{ end }}
</ul>