aboutsummaryrefslogtreecommitdiffstats
path: root/templates/home.html.tera
diff options
context:
space:
mode:
Diffstat (limited to 'templates/home.html.tera')
-rw-r--r--templates/home.html.tera58
1 files changed, 0 insertions, 58 deletions
diff --git a/templates/home.html.tera b/templates/home.html.tera
deleted file mode 100644
index 5017ea3..0000000
--- a/templates/home.html.tera
+++ /dev/null
@@ -1,58 +0,0 @@
-{% extends "base" %}
-
-{% block nav_home %}active{% endblock %}
-
-{% block header %}
-
-<header>
- <div class="panel" id="title">
- <h1>cel 🌸</h1>
- </div>
-
- {% if is_live %}
- <iframe
- class="panel"
- id="stream"
- src="https://weirdstar.stream/embed/video"
- title="girlstream"
- referrerpolicy="origin"
- scrolling="no"
- allowfullscreen>
- </iframe>
- {% endif %}
-
- {% if listenbrainz.is_scrobbling %}
- <a href="https://listenbrainz.org/user/celblossom" class="panel" id="scrobble">now playing: {{ listenbrainz.song }} - {{ listenbrainz.artist }}</a>
- {% endif %}
-
-</header>
-
-{% endblock header %}
-
-{% block content %}
-
-<div class="panel content">
- <h2>hallo i am celeste welcome 2 my site 🌟</h2>
- <p>this is where i do the posting</p>
- <p>i wish u a wonderful day</p>
- <br>
- <img src="/quinntyping.png">
- <p>perpetually under construction</p>
- <img style="border: 0;" src="/barraconstruction.gif">
-</div>
-
-{% endblock content %}
-
-{% block aside %}
-
-<aside>
-
- <div class="panel" style="background-color: #b52f6a; z-index: -1; font-family: 'Terminal Grotesque'; font-size: 2em">latest update: the skweets begone</div>
- {% include "latestposts" %}
-
-</aside>
-
-{% endblock aside %}
-
-
-