Skip to content

Commit

Permalink
chore: remove outdated todos/fixmes
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyuone committed Jan 14, 2025
1 parent 4cf0660 commit 71eb269
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion website/src/bin/csr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use website::{

#[wasm_bindgen(main)]
async fn main() {
// FIXME: prevent double-building on MD rerender
let raw_blog_metadata = Request::get("/public/blog/blog_map.ron")
.send()
.await
Expand Down
3 changes: 0 additions & 3 deletions website/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ use std::{cell::RefCell, collections::HashMap, rc::Rc};
use markdown::structs::{blog::BlogId, metadata::BlogMetadata};
use yew::Html;

// FIXME: split BlogContext and TagContext into separate provide-context components, see
// https://github.com/BlakeRain/blakerain.com/blob/main/src/model.rs

#[derive(Default)]
pub struct HeadContext {
pub content: Rc<RefCell<Html>>,
Expand Down

0 comments on commit 71eb269

Please sign in to comment.