diff options
author | Anthony Fok <[email protected]> | 2014-09-02 22:12:26 -0600 |
---|---|---|
committer | spf13 <[email protected]> | 2014-09-08 11:41:10 -0400 |
commit | 5dd3eaabee80cbf92913522364ef52f26f3269cd (patch) | |
tree | 53aef86c5e0108710d3023cde33d005d45a4d5ae /main.go | |
parent | ac78d25240b0aa428c5a46314b0a6a4e0621d69b (diff) | |
download | hugo-5dd3eaabee80cbf92913522364ef52f26f3269cd.tar.gz hugo-5dd3eaabee80cbf92913522364ef52f26f3269cd.zip |
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.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -// Copyright © 2013 Steve Francia <[email protected]>. +// Copyright © 2013-14 Steve Francia <[email protected]>. // // Licensed under the Simple Public License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. |