diff options
| author | Prefetch | 2020-04-06 20:03:53 +0200 |
|---|---|---|
| committer | Prefetch | 2020-04-06 20:03:53 +0200 |
| commit | d7695acb4a70f5fb7cc9cce0b65c71fd3e0380aa (patch) | |
| tree | f5d8fa8c8cff7e3e355555c9812ed50374843dc9 /templates/index.html | |
| parent | 91f46a8893c7902573f5bbc4277b49ff9fd82e7c (diff) | |
Make every page a single request
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> |
