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 }} {{ end }}
<br /> <br />
{{ end }} {{ end }}
<details> {{ if eq (.Scratch.Get "showAbstract") true }}
<summary>Abstract</summary> <details>
{{ .Content }} <summary>Abstract</summary>
</details> {{ .Content }}
</details>
{{ end }}
</div> </div>
</div> </div>