From f9e56d12920a89678f08c5ac191170e6159b27ea Mon Sep 17 00:00:00 2001 From: Erik Osterman Date: Wed, 27 Dec 2023 11:37:51 -0600 Subject: [PATCH] move banner lower --- README.md | 6 +++--- templates/README.md.gotmpl | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 55e52582..0f5cf1d0 100644 --- a/README.md +++ b/README.md @@ -29,15 +29,15 @@ This `build-harness` is a collection of Makefiles to facilitate building Golang It's designed to work with CI/CD systems such as GitHub Actions. --- - -[![README Header][readme_header_img]][readme_header_link] - > [!NOTE] > This project is part of Cloud Posse's comprehensive ["SweetOps"](https://cpco.io/sweetops) approach towards DevOps. > > It's 100% Open Source and licensed under the [APACHE2](LICENSE). > +[![README Header][readme_header_img]][readme_header_link] + + ## Screenshots diff --git a/templates/README.md.gotmpl b/templates/README.md.gotmpl index 636f48c2..7352e980 100644 --- a/templates/README.md.gotmpl +++ b/templates/README.md.gotmpl @@ -67,10 +67,6 @@ We literally have [*hundreds of other terraform modules*][terraform_modules] tha {{- end }} --- -{{ if not $deprecated }} -[![README Header][readme_header_img]][readme_header_link] -{{- end }} - > [!NOTE] > This project {{ if $deprecated }}was{{ else }}is{{ end }} part of Cloud Posse's comprehensive ["SweetOps"](https://cpco.io/sweetops) approach towards DevOps. {{- if (file.Exists "main.tf") }} @@ -99,6 +95,10 @@ We literally have [*hundreds of other terraform modules*][terraform_modules] tha {{- if (file.Exists "main.tf") }} > We literally have [*hundreds of terraform modules*][terraform_modules] that are Open Source and well-maintained. Check them out! {{- end }} +{{ if not $deprecated }} +[![README Header][readme_header_img]][readme_header_link] +{{- end }} + {{ if has (ds "config") "screenshots" }} ## Screenshots