mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 11:26:56 -08:00
bring bootstrap css in-house to improve load times
This commit is contained in:
parent
56f5f0da4c
commit
ffd68e4545
2 changed files with 7 additions and 1 deletions
6
app/static/bootstrap.css
vendored
Normal file
6
app/static/bootstrap.css
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -37,7 +37,7 @@
|
|||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
{% block styles %}
|
||||
{{ bootstrap.load_css() }}
|
||||
<link href="{{ url_for('static', filename='bootstrap.css') }}" type="text/css" rel="stylesheet" />
|
||||
<link href="{{ url_for('static', filename='structure.css', changed=getmtime('structure.css')) }}" type="text/css" rel="stylesheet" />
|
||||
<link href="{{ url_for('static', filename='styles.css', changed=getmtime('styles.css')) }}" type="text/css" rel="stylesheet" />
|
||||
{% if markdown_editor %}
|
||||
|
|
Loading…
Reference in a new issue