Update homepage

This commit is contained in:
Ryan Watters
2017-02-17 10:23:44 -06:00
parent 7483b8cea5
commit 9d68eb723c
3 changed files with 6 additions and 6 deletions
@@ -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:
---
+2 -2
View File
@@ -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>