From 3b0a21d0eacad2b6fa44b30b9c476c411ac7f5cd Mon Sep 17 00:00:00 2001 From: Gina White Date: Sun, 22 Jun 2014 08:47:45 -0700 Subject: [PATCH] fix link to template primer --- content/themes/creation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/themes/creation.md b/content/themes/creation.md index ada6bc58a..e2a61b91d 100644 --- a/content/themes/creation.md +++ b/content/themes/creation.md @@ -16,7 +16,7 @@ using the `hugo new` command. This command will initialize all of the files and directories a basic theme would need. Hugo themes are written in the go template language. If you are new -to Go, the [go template primer](/templates/primer/) will help you get started. +to Go, the [go template primer](/layout/go-templates/) will help you get started. ## Theme Components