Skip to content

Commit 6f6fa4f

Browse files
authored
Add a placeholder for blog comments (#464)
1 parent 626575e commit 6f6fa4f

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

layouts/partials/posts/comments.html

Whitespace-only changes.

layouts/partials/posts/post.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ <h5 class="subtitle">{{ .Params.Subtitle }}</h5>
1414
</div>
1515
{{ end }}
1616
{{ .Content }}
17+
{{ partial "posts/comments.html" .}}
1718
</div>
1819
</div>
1920
{{ partial "shortcuts.html" . }}

0 commit comments

Comments
 (0)