Add rudimentary entry page, fix main frame link navigation

This commit is contained in:
2023-06-02 00:31:25 -04:00
parent 0b7acadd60
commit ea236dff4e
5 changed files with 23 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ impl Layout {
}
body {
(header())
turbo-frame id="main" {
turbo-frame id="main" data-turbo-action="advance" {
(template)
}
}