diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss index eaccb2e6..684af3df 100644 --- a/assets/scss/_styles_project.scss +++ b/assets/scss/_styles_project.scss @@ -6,4 +6,8 @@ img.height-50 { height: 50px; -} \ No newline at end of file +} + +.td-navbar .navbar-brand__name { + display: none; + } \ No newline at end of file diff --git a/content/en/_index.html b/content/en/_index.html index 565f03f3..07d29b98 100644 --- a/content/en/_index.html +++ b/content/en/_index.html @@ -29,7 +29,7 @@ {{% /blocks/lead %}} -{{< blocks/section color="dark" >}} +{{< blocks/section color="dark" type="row">}} {{% blocks/feature icon="fab" %}} {{% /blocks/feature %}} @@ -43,7 +43,7 @@ {{< /blocks/section >}} -{{< blocks/section >}} +{{< blocks/section type="row" >}} {{% blocks/feature icon="fab" %}} {{% /blocks/feature %}} @@ -52,11 +52,8 @@ Our source code is available on [GitHub](https://github.com/shipwright-io/build). Feel free to submit a [pull request](https://github.com/shipwright-io/build/pulls) - new users are always welcome! {{% /blocks/feature %}} - {{% blocks/feature icon="fab" %}} {{% /blocks/feature %}} - - {{< /blocks/section >}} "Container ship" by Martin Pettitt is licensed under CC BY 2.0 diff --git a/content/en/docs/_index.md b/content/en/docs/_index.md index 0900f67c..7045729a 100755 --- a/content/en/docs/_index.md +++ b/content/en/docs/_index.md @@ -1,12 +1,8 @@ --- -title: "Welcome to Shipwright" -linkTitle: "Documentation" -draft: false +title: "Documentation" +linkTitle: "Docs" weight: 20 -no_list: true -menu: - main: - weight: 20 +menu: {main: {weight: 20}} --- diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html index 93426d13..da4af728 100644 --- a/layouts/partials/navbar.html +++ b/layouts/partials/navbar.html @@ -4,7 +4,7 @@ {{ if .Site.Params.ui.navbar_logo }}{{ with resources.Get "icons/logo.svg" }}{{ end }}{{ end }} -