mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-29 17:52:16 -05:00
fixing typo in docs
This commit is contained in:
parent
4483a6655a
commit
b2b7ba4243
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
aliases:
|
aliases:
|
||||||
- /layout/go-templates/
|
- /layout/go-templates/
|
||||||
|
- /layouts/go-templates/
|
||||||
date: 2013-07-01
|
date: 2013-07-01
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
|
|
|
@ -18,7 +18,7 @@ site.
|
||||||
Hugo themes have been designed to be the perfect balance between
|
Hugo themes have been designed to be the perfect balance between
|
||||||
simplicity and functionality. Hugo themes are powered by the excellent
|
simplicity and functionality. Hugo themes are powered by the excellent
|
||||||
go template library. If you are new to go templates, see our [primer on
|
go template library. If you are new to go templates, see our [primer on
|
||||||
go templates](/layouts/go-templates).
|
go templates](/templates/go-templates).
|
||||||
|
|
||||||
Hugo themes support all modern features you come to expect. They are
|
Hugo themes support all modern features you come to expect. They are
|
||||||
structured in such a way to eliminate code duplication. Themes are also
|
structured in such a way to eliminate code duplication. Themes are also
|
||||||
|
|
Loading…
Reference in a new issue