Skip to content

Commit

Permalink
embed
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrizhu committed Jul 2, 2024
1 parent abb4515 commit 5dc6776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/site/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ pub fn base(title: &str, description: &str, extra_headers: Markup, content: Mark
);

let title: String = if title.is_empty() {
"ezri zhu".to_string()
"ezri".to_string()
} else {
title.to_string() + " - ezri zhu"
title.to_string() + " - ezri"
};

let mut webring_enabled = false;
Expand Down

0 comments on commit 5dc6776

Please sign in to comment.