Adding a default for comment disabling.

This commit is contained in:
Jon Frisby 2013-02-23 23:46:55 -08:00
parent 187d86b514
commit c8b5854f0f

View File

@ -42,3 +42,7 @@ linklog_marker: "→"
linklog_marker_position: after
linklog_marker_position_feed: after
standard_post_marker:
# Disable all comments by default. If you're using Disqus, or a custom comment system, add
# "use_comments: true" to your site.yml.
use_comments: false