From 124327d53df419451e34dd3f990e97e344a4386e Mon Sep 17 00:00:00 2001 From: octospacc Date: Tue, 2 Apr 2024 18:05:15 +0200 Subject: [PATCH] Update posts metadata, configurations, finish PWA integration, fix issues --- _includes/head.html | 77 +++++++++++++------------ _layouts/home.html | 18 +++--- _layouts/post.html | 12 ++-- _posts/2023-12-02-from-below.md | 2 +- _posts/2024-04-01-geometry-dash-lite.md | 7 +++ _sass/_SalaMuseoGames.scss | 7 +++ assets/js/preferences.js | 43 ++++++++++---- assets/js/pwa.js | 48 +++++++++++++-- pages/configuration.md | 8 +-- 9 files changed, 145 insertions(+), 77 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index c50b079..137291e 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,7 +1,7 @@ - - - + + + {% assign title = '' %} {% if page.layout == 'author' %} @@ -34,64 +34,64 @@ {% endif %} {{ title }} - + {% if page.tags %} - + {% endif %} - - - + + + {% if image contains '://' %} - + {% else %} - + {% endif %} {% if site.twitter_username %} - + {% endif %} - - - - - + + + + + - + - - - - - - - - - + + + + + + + + + - - - - - - + + + + + + - + - + - - - + + + {% include extra-css.html %} @@ -103,7 +103,8 @@