From 5df0653b95e5abbc4124c37bad7ac096aca304bf Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 15 Feb 2023 18:50:56 +0100 Subject: add stuff --- src/layout.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/layout.rs') diff --git a/src/layout.rs b/src/layout.rs index efab6b8..28aaddb 100644 --- a/src/layout.rs +++ b/src/layout.rs @@ -7,7 +7,7 @@ Copyright (C) 2023 metamuffin use crate::blog::rocket_uri_macro_r_blog; use crate::pages::{ rocket_uri_macro_r_about, rocket_uri_macro_r_contact, rocket_uri_macro_r_pgp_key, - rocket_uri_macro_r_projects, rocket_uri_macro_r_toggle_css, + rocket_uri_macro_r_projects, rocket_uri_macro_r_stuff, rocket_uri_macro_r_toggle_css, }; use crate::source::rocket_uri_macro_r_source; use crate::uri; @@ -41,6 +41,7 @@ markup::define! { a[href=uri!(r_blog())] { "Blog" } " " a[href=uri!(r_projects())] { "Projects" } " " a[href=uri!(r_contact())] { "Contact" } " " + a[href=uri!(r_stuff())] { "Stuff" } " " a[href="https://codeberg.org/metamuffin"] { "Codeberg" } " " a[href=uri!(r_pgp_key())] { "PGP-Key" } " " } -- cgit v1.2.3-70-g09d2