bring bootstrap css in-house to improve load times

This commit is contained in:
rimu 2024-02-12 13:47:23 +13:00
parent 56f5f0da4c
commit ffd68e4545
2 changed files with 7 additions and 1 deletions

6
app/static/bootstrap.css vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -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 %}