From cb10789a71cb9d798a1907bd18189f5a36dc7991 Mon Sep 17 00:00:00 2001 From: David Young Date: Thu, 16 May 2019 10:17:29 +1200 Subject: [PATCH] Tidy up footer --- manuscript/recipes/bitwarden.md | 2 -- scripts/build.sh | 4 ++-- scripts/recipe-footer.md | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/manuscript/recipes/bitwarden.md b/manuscript/recipes/bitwarden.md index f9851ec..d3b7ca5 100644 --- a/manuscript/recipes/bitwarden.md +++ b/manuscript/recipes/bitwarden.md @@ -99,5 +99,3 @@ Once you've created your account, jump over to https://bitwarden.com/#download a 1. You'll notice we're not using the *official* container images (*[all 6 of them required](https://help.bitwarden.com/article/install-on-premise/#install-bitwarden)!)*, but rather a [more lightweight version ideal for self-hosting](https://hub.docker.com/r/mprasil/bitwarden). All of the elements are contained within a single container, and SQLite is used for the database backend. 2. As mentioned above, readers should refer to the [dani-garcia/bitwarden_rs wiki](https://github.com/dani-garcia/bitwarden_rs) for details on customizing the behaviour of Bitwarden. 3. The inclusion of Bitwarden was due to the efforts of @gkoerk in our [Discord server](http://chat.funkypenguin.co.nz)- Thanks Gerry! - - diff --git a/scripts/build.sh b/scripts/build.sh index 8f91240..037297e 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -7,8 +7,8 @@ mkdir -p publish/overrides cp -r manuscript publish/ cp mkdocs.yml publish/ -# Append a common footer to all recipes -for i in `find publish/manuscript -name "*.md"` +# Append a common footer to all recipes/swarm docs +for i in `find publish/manuscript/ -name "*.md" | grep -v index.md` do # Does this recipe already have a "tip your waiter" section? grep -q "Tip your waiter" $i diff --git a/scripts/recipe-footer.md b/scripts/recipe-footer.md index 223c4ba..aca1275 100644 --- a/scripts/recipe-footer.md +++ b/scripts/recipe-footer.md @@ -2,7 +2,7 @@ Did you receive excellent service? Want to make your waiter happy? (_..and support development of current and future recipes!_) See the [support](/support/) page for (_free or paid)_ ways to say thank you! 👏 -### Flirt with your waiter (subscribe to updates) :kissing_heart::love_letter: +### Flirt with waiter (subscribe) 💌 Want to know now when this recipe gets updated, or when future recipes are added? Subscribe to the [RSS feed](https://mastodon.social/@geekcookbook_changes.atom), or leave your email address below, and we'll keep you updated. (*double-opt-in, no monkey business, no spam either - check the [archive](https://us16.campaign-archive.com/home/?u=a1d9cee4402be76497a2baf49&id=10e284530a) for proof!*)