Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurtis Timson <curt@live.co.uk>2018-07-10 15:26:46 +0300
committerGitHub <noreply@github.com>2018-07-10 15:26:46 +0300
commit12f980a257f81554bc2d82fbcb2367acbbb4b145 (patch)
tree056a9ddb97bf3a38c998235d3a0a9fc650956378 /package.json
parent7cb6b2b87d85b5e1b7387de5a86b0223cc0bb6be (diff)
Disable comments on specific posts (#47)
* Disable comments on post if disableComments = true * Disable comments on all but the comments example post * Update README to include disableComments front matter
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 5e3355c..99cc7cb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-massively",
- "version": "4.0.0",
+ "version": "4.1.0",
"description": "HTML5 UP theme Massively for Hugo",
"main": "index.js",
"scripts": {