mirror of
https://gitlab.com/thelazyoxymoron/siddhartha-golu-website.git
synced 2025-07-27 08:57:59 +02:00
trying a different approach with details/summary and comments
This commit is contained in:
@@ -61,7 +61,10 @@
|
||||
{{- partial "openring.html" . }}
|
||||
|
||||
{{- if (.Param "comments") }}
|
||||
{{- partial "comments.html" . }}
|
||||
<details>
|
||||
<summary>Comments</summary>
|
||||
{{- partial "comments.html" . }}
|
||||
</details>
|
||||
{{- end }}
|
||||
</article>
|
||||
|
||||
|
@@ -1,5 +1,2 @@
|
||||
{{"<!-- begin comments //-->" | safeHTML}}
|
||||
<section id = "isso-thread">
|
||||
|
||||
</section>
|
||||
{{"<!-- end comments //-->" | safeHTML}}
|
||||
<script data-isso="https://comments.siddharthagolu.com/" src="https://comments.siddharthagolu.com/js/embed.min.js"></script>
|
||||
<section id = "isso-thread"></section>
|
||||
|
@@ -1,4 +0,0 @@
|
||||
<details>
|
||||
<summary>Comments</summary>
|
||||
<script data-isso="https://comments.siddharthagolu.com/" src="https://comments.siddharthagolu.com/js/embed.min.js"></script>
|
||||
</details>
|
Reference in New Issue
Block a user