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:
authorAlex Williams <smirlie@googlemail.com>2018-08-15 16:54:01 +0300
committerCurtis Timson <curt@live.co.uk>2018-08-15 16:54:01 +0300
commitb8d1ba600b75e232734f91c3d2530ce3091ab003 (patch)
tree2f556067ed7e537f41bfe0ff513d6e00ea7c925a /package.json
parentffc507b588220017b2d789d03dc35f2afc150142 (diff)
Fix post templates to not show date if it is unset #50 (#51)4.2.1
* Fix post templates to not show date if it is unset #50 * Updating example site to have a post without date * Remove date rather than setting to false * Bump version and update content post description
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 5fd8c43..c7762ee 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-massively",
- "version": "4.2.0",
+ "version": "4.2.1",
"description": "HTML5 UP theme Massively for Hugo",
"main": "index.js",
"scripts": {