mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Update homepage
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: The Dot (.)
|
||||
title: thedot
|
||||
linktitle: The Dot (.)
|
||||
description:
|
||||
godocref: https://golang.org/pkg/text/template/#hdr-Variables
|
||||
@@ -8,9 +8,9 @@ publishdate: 2017-02-01
|
||||
lastmod: 2017-02-01
|
||||
tags: [fundamentals,iteration]
|
||||
categories: [functions]
|
||||
weight: 02
|
||||
weight:
|
||||
toc: false
|
||||
draft: false
|
||||
aliases: [/functions/dot/,/functions/the-dot/]
|
||||
aliases: [/functions/dot/,/functions/context/]
|
||||
notes:
|
||||
---
|
||||
@@ -11,7 +11,7 @@ gettingstarted:
|
||||
url: "getting-started"
|
||||
haschildren: true
|
||||
sortsubpagesby: "weight"
|
||||
desc: "Quick start, multi-platform installation guides, and basic usage instructions, for local development"
|
||||
desc: "Quick start, multi-platform installation guides, and basic usage instructions for local development"
|
||||
projectorganization:
|
||||
order: 3
|
||||
title: "Project Organization"
|
||||
@@ -60,7 +60,7 @@ hostinganddeployment:
|
||||
url: "hosting-and-deployment"
|
||||
haschildren: true
|
||||
sortsubpagesby: "weight"
|
||||
desc: "Site builds, automated deployments, and popular hosting solutions"
|
||||
desc: "Site builds and community-aggregated tutorials on automated deploymentsand popular hosting solutions"
|
||||
# migratingtohugo:
|
||||
# order: 10
|
||||
# title: "Migrating to Hugo"
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
{{ partial "svg-icons/godoc-icon.html" .}}
|
||||
</a>
|
||||
{{- end -}}
|
||||
<a target="_blank" class="tooltip edit-link" data-tooltip="Edit on GitHub" href="{{.Site.Params.ghrepo}}edit/master/content/{{.File.Path}}"><i class="icon-pencil" aria-hidden="true"></i></a>
|
||||
<a target="_blank" class="tooltip edit-link" data-tooltip="Edit this page on GitHub" href="{{.Site.Params.ghrepo}}edit/master/content/{{.File.Path}}"><i class="icon-pencil" aria-hidden="true"></i></a>
|
||||
</div>
|
||||
Reference in New Issue
Block a user