feat(button): add 'comment' fixed button (#169)
This commit is contained in:
@@ -83,10 +83,8 @@
|
||||
{{- partial "single/footer.html" . -}}
|
||||
|
||||
{{- /* Comment */ -}}
|
||||
<div class="comment">
|
||||
{{- if ( .Params.comment | default true ) -}}
|
||||
{{- partial "comment.html" . -}}
|
||||
{{- end -}}
|
||||
</div>
|
||||
{{- if ( .Params.comment | default true ) -}}
|
||||
{{- partial "comment.html" . -}}
|
||||
{{- end -}}
|
||||
</article>
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user