diff options
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index a8e95d3..a485d5f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <title>{% block title %}{{ config.title }}{% endblock title %}</title> -<link rel="stylesheet" href="/main.css"> +<style>{{ load_data(path="templates/main.css") }}</style> <link rel="icon" href="data:,"> </head> <body> |
