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

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsiya@gmail.com <parsiya@gmail.com>2016-05-01 20:24:57 +0300
committerparsiya@gmail.com <parsiya@gmail.com>2016-05-01 20:24:57 +0300
commitbcd9bcd32cc2810858c223c3f316420eb1b49795 (patch)
treecb86bf62227a862448150b9cc52eb061512542da
parent81ce26a470a6c04860ba49825c2b27cfd46ecbd9 (diff)
Fix codeblock in README
-rw-r--r--README.md19
1 files changed, 9 insertions, 10 deletions
diff --git a/README.md b/README.md
index 37ddf28..c96ce9d 100644
--- a/README.md
+++ b/README.md
@@ -230,16 +230,15 @@ This menu can be enabled by setting the `sidebar_menu_enabled` to `true` in conf
* A header that appears inside the `<h1>` at the top. It can be set in the config file using the `sidebar_menu_header`. This part only supports text.
* A series of links. They can be set in the config file similar to navigation menus using the `[[menu.sidebar]]` tag as follows:
-
- [[menu.sidebar]]
- Name = "Google"
- URL = "https://www.google.com"
- weight = 0
-
- [[menu.sidebar]]
- Name = "Hugo"
- URL = "/categories/hugo/"
- weight = 1
+ [[menu.sidebar]]
+ Name = "Google"
+ URL = "https://www.google.com"
+ weight = 0
+
+ [[menu.sidebar]]
+ Name = "Hugo"
+ URL = "/categories/hugo/"
+ weight = 1
### <a name="sidebarrecent"></a>Recent posts
Last x recent posts can be displayed in the sidebar. This number can be set in the config file using the `sidebarRecentLimit`. To hide this section either remove `sidebarRecentLimit` from the config file or set it to zero.