mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
tpl: Fix hugo package name and add godocs
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
f76e50118b
commit
4f93f8c670
@@ -11,7 +11,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
package site
|
||||
// Package hugo provides template functions for accessing the Site Hugo object.
|
||||
package hugo
|
||||
|
||||
import (
|
||||
"github.com/gohugoio/hugo/deps"
|
||||
|
@@ -11,7 +11,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
package site
|
||||
package hugo
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
@@ -11,6 +11,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// Package reflect provides template functions for run-time object reflection.
|
||||
package reflect
|
||||
|
||||
import (
|
||||
|
@@ -11,6 +11,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// Package site provides template functions for accessing the Site object.
|
||||
package site
|
||||
|
||||
import (
|
||||
|
Reference in New Issue
Block a user