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:
parent
ae1d72553b
commit
03ce1b8475
1
Pipfile
1
Pipfile
@ -27,5 +27,6 @@ inscriptis = "*"
|
||||
lxml = "*"
|
||||
uwsgi = "*"
|
||||
django-debug-toolbar = "*"
|
||||
gunicorn = "*"
|
||||
|
||||
[dev-packages]
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user