Fixed invalid link to partials - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit b389a923837cb688930048e1867e9ce68c551995
DIR parent 462e666f458e9afacd36db88954d7adcff40db2f
HTML Author: Ivan Fraixedes <ifcdev@gmail.com>
Date: Sat, 14 Feb 2015 20:08:50 +0000
Fixed invalid link to partials
Diffstat:
M docs/content/templates/content.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/docs/content/templates/content.md b/docs/content/templates/content.md
@@ -111,7 +111,7 @@ It makes use of [partial templates](/layout/partials/)
## project/single.html
This content template is used for [spf13.com](http://spf13.com/).
-It makes use of [partial templates](/layout/partials/)
+It makes use of [partial templates](/templates/partials/)
{{ partial "header.html" . }}