Deploy to fix bugs

This commit is contained in:
Danang Probo Sayekti 2015-08-29 09:45:39 +07:00
commit 8d4eb88f32
2 changed files with 3 additions and 5 deletions

View file

@ -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
-------------

View file

@ -1,4 +1,4 @@
{
"id": 782014,
"tag_name": "v2.6.2"
"tag_name": "v2.6.3"
}