-
- {{range $key,$values := sort (.Site.Data.sitenavigation) "order" }}
-
-
-
-
- - ----
--- -{{ $values.title }}
-{{ $values.desc | markdownify}}
-
- {{end}}
-
diff --git a/content/getting-started/installing.md b/content/getting-started/installing.md index 4dfe62fef..419e34e39 100644 --- a/content/getting-started/installing.md +++ b/content/getting-started/installing.md @@ -10,7 +10,7 @@ authors: ["Michael Henderson"] tags: [install,fundamentals,pc,windows,linux,mac,osx,binary,tarball] weight: 30 draft: false -aliases: [/tutorials/installing-on-windows/,/tutorials/installing-on-mac/,/overview/installing/,/getting-started/install,/install/] +aliases: [/tutorials/installing-on-windows/,/tutorials/installing-on-mac/,/overview/installing/,/getting-started/install,/install/,/docs/] toc: true --- diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 383bce3dd..cb1687cc9 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -2,14 +2,18 @@ {{- partial "site-head.html" . -}}
- {{- partial "site-header.html" . -}} - {{- partial "site-search.html" . -}} + {{ block "header" . }} + {{- partial "site-header.html" . -}} + {{- partial "site-search.html" . -}} + {{ end }}{{ $values.desc | markdownify}}
-