diff options
author | Cameron Moore <[email protected]> | 2018-11-29 21:32:53 -0600 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2018-11-30 08:56:30 +0100 |
commit | 30a7c9ea37a0f36451946f8688a3f807618a7eff (patch) | |
tree | c9e755a48d2e1daf0b3b2a41b9abece71436c32e /tpl/partials | |
parent | 8346848109ab57cb04de87c6d86859c6b3de8ffa (diff) | |
download | hugo-30a7c9ea37a0f36451946f8688a3f807618a7eff.tar.gz hugo-30a7c9ea37a0f36451946f8688a3f807618a7eff.zip |
tpl: Add godoc packages comments
Also fix package name in tpl/templates.
Diffstat (limited to 'tpl/partials')
-rw-r--r-- | tpl/partials/partials.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tpl/partials/partials.go b/tpl/partials/partials.go index dba0e5013..39bb153e0 100644 --- a/tpl/partials/partials.go +++ b/tpl/partials/partials.go @@ -11,6 +11,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +// Package partials provides template functions for working with reusable +// templates. package partials import ( |