1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-08-03 03:51:36 +00:00

update site with archive notice

This commit is contained in:
2024-05-13 03:40:32 +00:00
parent ec516db22f
commit d60b14c9de
3 changed files with 35 additions and 3 deletions

17
site/overrides/main.html Normal file
View File

@@ -0,0 +1,17 @@
{% extends "base.html" %}
<!-- Announcement bar -->
{% block announce %}
<div class="admonition danger" style="min-height: 20vh;">
<p class="admonition-title">This project is now archived!</p>
<p>
Please
<a href="/blog/2024/05/12/simple-bot-end-of-life/"
>click here for more information.</a
>
</p>
</div>
<div class="" admoniton></div>
{% endblock %}