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

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/themes/customizing.md')
-rw-r--r--docs/content/themes/customizing.md21
1 files changed, 10 insertions, 11 deletions
diff --git a/docs/content/themes/customizing.md b/docs/content/themes/customizing.md
index e21496d9b..d63f3541b 100644
--- a/docs/content/themes/customizing.md
+++ b/docs/content/themes/customizing.md
@@ -1,14 +1,13 @@
-+++
-title = "Customizing a Theme"
-weight = 40
-date = 2014-05-12T10:09:34Z
-prev = "/themes/usage"
-next = "/themes/creation"
-
-[menu]
- [menu.main]
- parent = "themes"
-+++
+---
+date: 2014-05-12T10:09:34Z
+menu:
+ main:
+ parent: themes
+next: /themes/creation
+prev: /themes/usage
+title: Customizing a Theme
+weight: 40
+---
Hugo themes permit you to supplement or override any template or file
from within your working directory.