Skip to content
Snippets Groups Projects
Commit a5bd291a authored by Stephen D's avatar Stephen D
Browse files

change homepage text slightly

parent 076e9421
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ impl Blog {
self.posts.reverse();
let mut content =
r#"<div class="centered"><h1>Stephen's Site</h1>Rewritten in Rust!</div><h2>Recent Posts</h2><table>"#
r#"<div class="centered"><h1>Stephen's Site</h1></div>Welcome to my humble corner of the Internet! Occasionally I will do something kind of interesting and post about it here. Bear with me - I'm a developer, not a writer, so I'm bad at keeping this place up to date! For a more complete list of my work, please check out my <a href="https://gitlab.scd31.com/stephen">Git repository</a>.<h2>Recent Posts</h2><table>"#
.to_string();
for post in &self.posts {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment