From 9d68eb723c8545519015e98aba95cfa4f3851101 Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Fri, 17 Feb 2017 10:23:44 -0600 Subject: [PATCH] Update homepage --- content/functions/{context.md => the-dot.md} | 6 +++--- data/sitenavigation.yml | 4 ++-- themes/hugodocs/layouts/partials/content-header-links.html | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) rename content/functions/{context.md => the-dot.md} (76%) diff --git a/content/functions/context.md b/content/functions/the-dot.md similarity index 76% rename from content/functions/context.md rename to content/functions/the-dot.md index dbfd34c90..78f5e96fd 100644 --- a/content/functions/context.md +++ b/content/functions/the-dot.md @@ -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: --- \ No newline at end of file diff --git a/data/sitenavigation.yml b/data/sitenavigation.yml index dbf57d7a2..dff670113 100644 --- a/data/sitenavigation.yml +++ b/data/sitenavigation.yml @@ -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" diff --git a/themes/hugodocs/layouts/partials/content-header-links.html b/themes/hugodocs/layouts/partials/content-header-links.html index a16d6acb5..58671d75c 100644 --- a/themes/hugodocs/layouts/partials/content-header-links.html +++ b/themes/hugodocs/layouts/partials/content-header-links.html @@ -4,5 +4,5 @@ {{ partial "svg-icons/godoc-icon.html" .}} {{- end -}} - + \ No newline at end of file