Hi everyone, I need your help for my website, I have this research section but I want to make my abstracts clickable in a sense that, abstract should be collapsed when you not click the button “show abstract“, I searched for a while but couldn’t find a solution, would you help me ? Thanks, this is the website : Research | Serkan Kocabaş and this is my repository: GitHub - serkankocabas/serkankocabas.github.io
Something like:
<details>
<summary>Abstract</summary>
{{ .Summary }}
</details>
Have a look here: <summary>: The Disclosure Summary element - HTML | MDN
Thank you so much, I did it!
1 Like