diff options
author | metamuffin <metamuffin@disroot.org> | 2024-04-27 17:17:52 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-04-27 17:17:52 +0200 |
commit | 0a8515ee43e5cbbe23827b27460822ee3cdbc686 (patch) | |
tree | 9cff48f0cbf3ef09fd8613c20c7399d2832eabfa /src/projects/mod.rs | |
parent | 2e5753b2b9c850c52730f5feec2e0d9cec728bc2 (diff) | |
download | metamuffin-website-0a8515ee43e5cbbe23827b27460822ee3cdbc686.tar metamuffin-website-0a8515ee43e5cbbe23827b27460822ee3cdbc686.tar.bz2 metamuffin-website-0a8515ee43e5cbbe23827b27460822ee3cdbc686.tar.zst |
bump deps, john and small refinements
Diffstat (limited to 'src/projects/mod.rs')
-rw-r--r-- | src/projects/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/projects/mod.rs b/src/projects/mod.rs index d3ceb40..afb275f 100644 --- a/src/projects/mod.rs +++ b/src/projects/mod.rs @@ -12,8 +12,8 @@ pub fn r_projects() -> DynScaffold<'static> { content: markup::new! { p { "I am starting a lot of projects - this page lists some of them." } p { - "Starting so many means, that most of then are not maintained or not even properly developed." - "Here is a quick reference to what I define the status of a project to be:" + "Starting so many means, that most of then are not maintained or not even properly developed. " + "Here is a quick reference to what I define the status of a project to be: " } ol { li { @Status::Planned.render() ": No code has been written yet." } |