mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-27 22:09:53 +02:00
tpl: Add godoc packages comments
Also fix package name in tpl/templates.
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
8346848109
commit
30a7c9ea37
@@ -11,7 +11,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
package partials
|
||||
// Package templates provides template functions for working with templates.
|
||||
package templates
|
||||
|
||||
import (
|
||||
"github.com/gohugoio/hugo/deps"
|
||||
|
Reference in New Issue
Block a user