Add the rest of the publication details
This commit is contained in:
parent
ec754cd594
commit
cb7c3a541f
1 changed files with 12 additions and 0 deletions
|
@ -29,6 +29,18 @@
|
||||||
,
|
,
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
<br />
|
||||||
|
{{ .Params.journal }}: {{ .Params.location }} ({{ dateFormat "02 Jan 2006" .Params.date }})
|
||||||
|
<br />
|
||||||
|
Keywords:
|
||||||
|
{{ range .Params.keywords }}
|
||||||
|
<a href="#">{{ . }}</a>
|
||||||
|
{{ end }}
|
||||||
|
<br />
|
||||||
|
<details>
|
||||||
|
<summary>Abstract</summary>
|
||||||
|
{{ .Content }}
|
||||||
|
</details>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue