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:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index e7df699..99b4f4a 100644
--- a/README.md
+++ b/README.md
@@ -52,9 +52,10 @@ paginate = 6
post = "/blog/:year-:month-:day-:title/"
# Make tags and categories work
-[indexes]
- tag = "tags"
- category = "categories"
+# As of Hugo v0.33 these are not needed anymore
+# [indexes]
+# tag = "tags"
+# category = "categories"
[params]