From 26ecb73543a022d9daae2414fead9df2a445057e Mon Sep 17 00:00:00 2001 From: encrypt <encrypt@labr.xyz> Date: Sat, 20 Apr 2024 13:46:43 +0200 Subject: [PATCH] provo a cambiare filename per flushare la cache --- content/pages/propaganda.md | 4 ++-- .../images/{hamburger.png => hamburger24.png} | Bin .../images/{logoHM_sito.png => logoHM24_sito.png} | Bin themes/to0x19/templates/base.html | 4 ++-- 4 files changed, 4 insertions(+), 4 deletions(-) rename themes/to0x19/static/images/{hamburger.png => hamburger24.png} (100%) rename themes/to0x19/static/images/{logoHM_sito.png => logoHM24_sito.png} (100%) diff --git a/content/pages/propaganda.md b/content/pages/propaganda.md index b87aaa2..af63181 100644 --- a/content/pages/propaganda.md +++ b/content/pages/propaganda.md @@ -8,10 +8,10 @@ navbar_sort: 10 #### Logo Hackmeeting -<img src='{static}/theme/images/logoHM_sito.png' width='350px' /> +<img src='{static}/theme/images/logoHM24_sito.png' width='350px' /> [download jpg alta risoluzione]({static}/images/logo_hires.jpg) - -[download png web]({static}/theme/images/logoHM_sito.png) +[download png web]({static}/theme/images/logoHM24_sito.png) #### Locandine diff --git a/themes/to0x19/static/images/hamburger.png b/themes/to0x19/static/images/hamburger24.png similarity index 100% rename from themes/to0x19/static/images/hamburger.png rename to themes/to0x19/static/images/hamburger24.png diff --git a/themes/to0x19/static/images/logoHM_sito.png b/themes/to0x19/static/images/logoHM24_sito.png similarity index 100% rename from themes/to0x19/static/images/logoHM_sito.png rename to themes/to0x19/static/images/logoHM24_sito.png diff --git a/themes/to0x19/templates/base.html b/themes/to0x19/templates/base.html index 11cd122..837ee48 100644 --- a/themes/to0x19/templates/base.html +++ b/themes/to0x19/templates/base.html @@ -35,7 +35,7 @@ <img id="logo-img" class="pulse" alt="MENU" - src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/hamburger.png" + src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/hamburger24.png" style="width: 15vw" /> </a> </div> @@ -46,7 +46,7 @@ <a href="{{ SITEURL }}/"> <img id="logo-header" alt="HACKMEETING" - src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/logoHM_sito.png" + src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/logoHM24_sito.png" style="width: 60vw" /> </a> </header> -- GitLab