From 448f65fbd09efcc84eaefd3bf7de283d09579d0a Mon Sep 17 00:00:00 2001
From: Nico Schottelius <nico@nico-notebook.schottelius.org>
Date: Tue, 24 Sep 2019 21:14:29 +0900
Subject: [PATCH] fix template for style reference

---
 templates/layout.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/layout.html b/templates/layout.html
index 2dc6307..9060ae4 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -1,6 +1,6 @@
 <!doctype html>
 <meta charset="utf-8">
-<link rel="stylesheet" href="{{ '/static/style.css'|url }}">
+<link rel="stylesheet" href="{{ '/u/static/style.css'|url }}">
 <title>{% block title %}Welcome{% endblock %} — ungleich static cms</title>
 <body>
   <header>