Added option to disable comments on individual pages/posts
Disable comments on an individual page/post by setting `nocomments: true` in the front matter
This commit is contained in:
parent
d5de1306d0
commit
90bde3e913
4 changed files with 4 additions and 3 deletions
|
|
@ -2,6 +2,7 @@
|
|||
layout: page
|
||||
title: About me
|
||||
subtitle: Why you'd want to go on a date with me
|
||||
nocomments: false # set true to disable comments on this page
|
||||
---
|
||||
|
||||
My name is Inigo Montoya. I have the following qualities:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue