From 8d4eb88f325b3c18b1a63d3f8528af464169a839 Mon Sep 17 00:00:00 2001 From: Danang Probo Sayekti Date: Sat, 29 Aug 2015 09:45:39 +0700 Subject: [PATCH] Deploy to fix bugs --- README.md | 6 ++---- cache/installedVersion.json | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cae80e6..46a9639 100644 --- a/README.md +++ b/README.md @@ -187,8 +187,7 @@ For static pages, use the following format: content/static/about.md ```` -In the example above, the `/about.md` creates the URL: -`www.yourblog.com/about` +In the example above, the `/about.md` creates the URL: `www.yourblog.com/about` Thus, if you write/create files offline, you must name the .md file in the format above. @@ -198,8 +197,7 @@ For static subpages, use the following format: content/static/about/me.md ```` -This will create the URL: -`www.yourblog.com/about/me` +This will create the URL: `www.yourblog.com/about/me` Content Tags ------------- diff --git a/cache/installedVersion.json b/cache/installedVersion.json index 3e92acf..95f13e8 100644 --- a/cache/installedVersion.json +++ b/cache/installedVersion.json @@ -1,4 +1,4 @@ { "id": 782014, - "tag_name": "v2.6.2" + "tag_name": "v2.6.3" }