mirror of
https://gitlab.com/thelazyoxymoron/siddhartha-golu-website.git
synced 2025-07-27 13:07:58 +02:00
some layout and design changes for comments block
This commit is contained in:
@@ -41,6 +41,14 @@
|
||||
{{- else }}{{ .Content }}{{ end }}
|
||||
</div>
|
||||
{{- end }}
|
||||
{{- if (.Param "comments") }}
|
||||
<br>
|
||||
<details>
|
||||
<summary class="post-comment">View comments</summary>
|
||||
{{- partial "comments.html" . }}
|
||||
</details>
|
||||
{{- end }}
|
||||
|
||||
|
||||
<footer class="post-footer">
|
||||
{{- $tags := .Language.Params.Taxonomies.tag | default "tags" }}
|
||||
@@ -60,12 +68,6 @@
|
||||
<hr>
|
||||
{{- partial "openring.html" . }}
|
||||
|
||||
{{- if (.Param "comments") }}
|
||||
<details>
|
||||
<summary>Comments</summary>
|
||||
{{- partial "comments.html" . }}
|
||||
</details>
|
||||
{{- end }}
|
||||
</article>
|
||||
|
||||
{{- end }}{{/* end main */}}
|
||||
|
Reference in New Issue
Block a user