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:
authorAnthony Fok <foka@debian.org>2014-09-03 08:12:26 +0400
committerspf13 <steve.francia@gmail.com>2014-09-08 19:41:10 +0400
commit5dd3eaabee80cbf92913522364ef52f26f3269cd (patch)
tree53aef86c5e0108710d3023cde33d005d45a4d5ae /main.go
parentac78d25240b0aa428c5a46314b0a6a4e0621d69b (diff)
More proofreading and minor revisions to Hugo docs
Among the various changes, most instances of {{ template "partials/FILE.html" . }} were changed to {{ partial "FILE.html" . }} Also, in main.go, change "2013" to "2013-14".
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 9848b56da..499eddb2d 100644
--- a/main.go
+++ b/main.go
@@ -1,4 +1,4 @@
-// Copyright © 2013 Steve Francia <spf@spf13.com>.
+// Copyright © 2013-14 Steve Francia <spf@spf13.com>.
//
// Licensed under the Simple Public License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.