serve static files again
This commit is contained in:
@@ -6,8 +6,8 @@ pub fn new(content: Markup) -> Markup {
|
||||
head {
|
||||
meta charset="utf-8";
|
||||
meta name="viewport" content="width=device-width, initial-scale=1.0";
|
||||
link rel="stylesheet" href="/pico.min.css";
|
||||
link rel="stylesheet" href="/style.css";
|
||||
link rel="stylesheet" href="/static/pico.min.css";
|
||||
link rel="stylesheet" href="/static/style.css";
|
||||
}
|
||||
body {
|
||||
header.container {
|
||||
@@ -38,7 +38,7 @@ pub fn new(content: Markup) -> Markup {
|
||||
a target="_blank" href="https://www.digidow.eu/impressum/" { "Impressum" }
|
||||
}
|
||||
}
|
||||
script src="/theme.js" {}
|
||||
script src="/static/theme.js" {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user