Add static file server, CSS styles for home
Also fix the livereloading.
This commit is contained in:
@@ -42,6 +42,7 @@ impl Layout {
|
||||
script type="module" {
|
||||
r#"import * as Turbo from 'https://cdn.skypack.dev/@hotwired/turbo';"#
|
||||
}
|
||||
link rel="stylesheet" href="/static/styles.css";
|
||||
}
|
||||
body {
|
||||
(header(&self.title))
|
||||
|
||||
Reference in New Issue
Block a user