From c4cc15dc05b90968b4c9c7c8d1966bed074aaa17 Mon Sep 17 00:00:00 2001 From: Tom de Bruijn Date: Fri, 27 Oct 2023 11:16:35 +0200 Subject: [PATCH] Add the go to top arrow to every page Previously it was only visible on the index page. This makes it visible on every page of the guides website. --- _layouts/default.html | 2 ++ index.html | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 558a380a..23d35e7b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -58,6 +58,8 @@
{{ content }}
+ + {% include footer.html %} {% include analytics.html %} diff --git a/index.html b/index.html index ff180a61..83e8ca71 100644 --- a/index.html +++ b/index.html @@ -29,8 +29,6 @@

Guides in other languages

- -

Welcome to Rails Girls!

These are the main Rails Girls workshop guides. Start here and follow the guides in order.