Compare commits
2 Commits
e7d8ece65d
...
e56e1e8e51
Author | SHA1 | Date | |
---|---|---|---|
e56e1e8e51
|
|||
3938d190d5
|
@@ -82,7 +82,7 @@ details {
|
||||
}
|
||||
|
||||
summary::before {
|
||||
content: '';
|
||||
content: "";
|
||||
border-width: 0.4rem;
|
||||
border-style: solid;
|
||||
border-color: transparent transparent transparent var(--text);
|
||||
|
@@ -3,6 +3,10 @@
|
||||
{{ partial "components/hero/index.html" . }}
|
||||
<div class="content">
|
||||
{{ .Content }}
|
||||
|
||||
{{ if (default true .Params.comments) }}
|
||||
{{ partial "comments.html" . }}
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ partial "components/postnav/index.html" . }}
|
||||
</main>
|
||||
|
0
layouts/partials/comments.html
Normal file
0
layouts/partials/comments.html
Normal file
Reference in New Issue
Block a user