diff options
Diffstat (limited to 'kittybox-rs/templates/src')
-rw-r--r-- | kittybox-rs/templates/src/templates.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kittybox-rs/templates/src/templates.rs b/kittybox-rs/templates/src/templates.rs index ba5b684..ba52af7 100644 --- a/kittybox-rs/templates/src/templates.rs +++ b/kittybox-rs/templates/src/templates.rs @@ -31,6 +31,7 @@ markup::define! { }*/ } body { + a[href="#main_content", id="skip-to-content"] { "Skip to content" } // TODO Somehow compress headerbar into a menu when the screen space is tight nav #headerbar { ul { @@ -49,7 +50,7 @@ markup::define! { } } } - main { + main #main_content { @markup::raw(content) } footer { |