Make showing the abstract optional

This commit is contained in:
Thomas A. Christensen II 2022-02-14 21:44:53 -06:00
parent aa12014c9d
commit a506ca969c
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -39,9 +39,11 @@
{{ end }}
<br />
{{ end }}
<details>
<summary>Abstract</summary>
{{ .Content }}
</details>
{{ if eq (.Scratch.Get "showAbstract") true }}
<details>
<summary>Abstract</summary>
{{ .Content }}
</details>
{{ end }}
</div>
</div>