// 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"
// See the License for the specific language governing permissions and
// limitations under the License.
-package site
+package hugo
import (
"testing"
// 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 (
// 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 (