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 = "*"
|
lxml = "*"
|
||||||
uwsgi = "*"
|
uwsgi = "*"
|
||||||
django-debug-toolbar = "*"
|
django-debug-toolbar = "*"
|
||||||
|
gunicorn = "*"
|
||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
|
@ -11,10 +11,13 @@
|
|||||||
<p>a brutalist web interface for Mastodon</p>
|
<p>a brutalist web interface for Mastodon</p>
|
||||||
<section>
|
<section>
|
||||||
<p>
|
<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>
|
||||||
<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>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -42,8 +42,6 @@
|
|||||||
<link rel="stylesheet" href="{% static preferences.theme.tweaks_css %}">
|
<link rel="stylesheet" href="{% static preferences.theme.tweaks_css %}">
|
||||||
<link rel="stylesheet"
|
<link rel="stylesheet"
|
||||||
href="{% static 'css/magnific-popup.css' %}">
|
href="{% static 'css/magnific-popup.css' %}">
|
||||||
{% if not preferences.theme.is_brutalist %}
|
|
||||||
{% endif %}
|
|
||||||
{% if not preferences.no_javascript %}
|
{% if not preferences.no_javascript %}
|
||||||
<script type="text/javascript" src="{% static 'js/jquery.min.js' %}"></script>
|
<script type="text/javascript" src="{% static 'js/jquery.min.js' %}"></script>
|
||||||
<script type="text/javascript" src="{% static 'js/intercooler.js' %}"></script>
|
<script type="text/javascript" src="{% static 'js/intercooler.js' %}"></script>
|
||||||
@ -55,10 +53,6 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body ic-global-include='{"csrfmiddlewaretoken": "{{ csrf_token }}"}'>
|
<body ic-global-include='{"csrfmiddlewaretoken": "{{ csrf_token }}"}'>
|
||||||
<div id="page-load-indicator"></div>
|
<div id="page-load-indicator"></div>
|
||||||
|
Loading…
Reference in New Issue
Block a user