From d13e0ca2c51d68f131b0732c51863355f46ad3e8 Mon Sep 17 00:00:00 2001
From: tvluke <tvluke@chaotikum.org>
Date: Tue, 30 May 2023 11:01:17 +0200
Subject: [PATCH] preview nicer, and only on some pages

---
 _includes/site-header.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/_includes/site-header.html b/_includes/site-header.html
index 183e9725..5519fe76 100644
--- a/_includes/site-header.html
+++ b/_includes/site-header.html
@@ -20,11 +20,13 @@
   {% if nofeature %}
 
   {% else %}
+  {% if page.aside == true %}
       <div class="presence_mobile" id="presence_mobile" style="width: 80%; margin:0 auto; margin-bottom: 30px; background-color: transparent;">
     </div>
     <div class="statusmobile" style="width: 80%; margin:0 auto; margin-top: -45px; background-color: #FAFAFA;">
       {% include space-status-mobile.html %}
     </div>
+   {% endif %}
   {% endif %}
 
   {% if page.layout == "video" -%}
-- 
GitLab