diff options
Diffstat (limited to 'theme/templates/base.html')
| -rw-r--r-- | theme/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html index bcced95..68ff487 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -9,7 +9,7 @@ {% if site_description is defined %}<meta name="description" content="{{ site_description }}">{% endif %} {% if site_keywords is defined %}<meta name="keywords" content="{{ site_keywords }}">{% endif %} <link rel="alternate" type="application/rss+xml" title="cleberg.net" href="/feed.xml"> - <link rel="stylesheet" href="{{ url_for("static", file="styles.min.css") }}" type="text/css"> + <link rel="stylesheet" href="/styles.min.css" type="text/css"> <link rel="icon" href="data:,"> {% block meta %}{% endblock %} {% endblock %} |
