diff --git a/Gemfile.lock b/Gemfile.lock index be2e8f9..62ea743 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (6.1.0) + activesupport (6.1.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -11,7 +11,7 @@ GEM public_suffix (>= 2.0.2, < 5.0) coderay (1.1.3) colorator (1.1.0) - concurrent-ruby (1.1.7) + concurrent-ruby (1.1.8) em-websocket (0.5.2) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) @@ -88,7 +88,7 @@ GEM liquid (4.0.3) liquid-c (4.0.0) liquid (>= 3.0.0) - listen (3.4.0) + listen (3.4.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) diff --git "a/Icon\r" "b/Icon\r" new file mode 100644 index 0000000..e69de29 diff --git a/_includes/banner.html b/_includes/banner.html deleted file mode 100644 index 3927e8a..0000000 --- a/_includes/banner.html +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/_includes/contribute.html b/_includes/contribute.html new file mode 100644 index 0000000..7f50ec7 --- /dev/null +++ b/_includes/contribute.html @@ -0,0 +1,10 @@ +
+
+ 🤔 + {% if page.lang == 'it' %} + Ciò che è scritto in questa pagina ti lascia perplesso, contrariato, o ti sembra manchi qualcosa? Se la risposta è affermativa, sarebbe favoloso se potessi contribuire per migliorarne i contenuti 📈! + {% else %} + What is written in this page left you puzzled, vexed, or you feel something is missing? If the answer is affirmative, you really should contribute and make it better 📈! + {% endif %} +
+
\ No newline at end of file diff --git a/_includes/draft.html b/_includes/draft.html index caddeb9..9d41df3 100644 --- a/_includes/draft.html +++ b/_includes/draft.html @@ -2,9 +2,9 @@ diff --git a/_includes/edit.html b/_includes/edit.html index 4fd06a1..4531469 100644 --- a/_includes/edit.html +++ b/_includes/edit.html @@ -1,3 +1,3 @@
-

{% if page.lang == 'it' %}suggerisci modifica o correzione{% else %}suggest edit{% endif %}

-
+

{% if page.lang == 'it' %}modifica questa pagina{% else %}edit this page{% endif %}

+ \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html index eeee37e..e2078c2 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,10 +1,11 @@