1
0
mirror of https://gitlab.com/brutaldon/brutaldon.git synced 2024-12-04 14:46:24 -05:00

final commit before launching the css strip

This commit is contained in:
Dorian Wood 2024-07-23 12:28:34 -04:00
parent ae1d72553b
commit 03ce1b8475
3 changed files with 44 additions and 46 deletions

View File

@ -27,5 +27,6 @@ inscriptis = "*"
lxml = "*"
uwsgi = "*"
django-debug-toolbar = "*"
gunicorn = "*"
[dev-packages]

View File

@ -11,10 +11,13 @@
<p>a brutalist web interface for Mastodon</p>
<section>
<p>
Brutaldon is a client for <a href="https://joinmastodon.org/">Mastodon</a>. You can use it to log in to any Mastodon instance from any browser, including text browsers such as lynx.
Brutaldon is a client for <a href="https://joinmastodon.org/">Mastodon</a>.
You can use it to log in to any Mastodon instance from any browser,
including text browsers such as lynx.
</p>
<p>
You do not need a separate brutaldon account to use it. Brutaldon will authenticate you to your instance.
You do not need a separate brutaldon account to use it.
Brutaldon will authenticate you to your instance.
</p>
</section>

View File

@ -42,8 +42,6 @@
<link rel="stylesheet" href="{% static preferences.theme.tweaks_css %}">
<link rel="stylesheet"
href="{% static 'css/magnific-popup.css' %}">
{% if not preferences.theme.is_brutalist %}
{% endif %}
{% if not preferences.no_javascript %}
<script type="text/javascript" src="{% static 'js/jquery.min.js' %}"></script>
<script type="text/javascript" src="{% static 'js/intercooler.js' %}"></script>
@ -55,10 +53,6 @@
{% endblock %}
{% endif %}
{% endif %}
</head>
<body ic-global-include='{"csrfmiddlewaretoken": "{{ csrf_token }}"}'>
<div id="page-load-indicator"></div>