trying a different approach with details/summary and comments

This commit is contained in:
2024-01-14 16:58:23 +05:30
parent a3d08482e5
commit 39f6ae0d67
106 changed files with 269 additions and 685 deletions

View File

@@ -61,7 +61,10 @@
{{- partial "openring.html" . }}
{{- if (.Param "comments") }}
{{- partial "comments.html" . }}
<details>
<summary>Comments</summary>
{{- partial "comments.html" . }}
</details>
{{- end }}
</article>