Skip to content

Commit

Permalink
refactor: remove unwanted comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ebadfd committed Dec 26, 2023
1 parent 73befcb commit a04a471
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/tmpl/blog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@ fn post_metadata(post: &Post, author: &Author, domain: &str) -> Markup {
}
}

/*
*
div {
a.logo href="/" hx-push-url="/" { "> z9fr@blog:~$" }
}
*/

pub fn post_index(posts: &[Post], title: &str, show_extra: bool, is_partial: bool) -> Markup {
let today = Utc::now().date_naive();

Expand Down

0 comments on commit a04a471

Please sign in to comment.