add a reader mode, new blog post and kate's binkie
All checks were successful
/ build (push) Successful in 22s
All checks were successful
/ build (push) Successful in 22s
This commit is contained in:
parent
d359b2aae0
commit
2d31851420
6 changed files with 225 additions and 3 deletions
|
|
@ -10,6 +10,8 @@ const binky = [
|
|||
["https://onz.ee", "shame.png"],
|
||||
["https://moosyu.github.io", "moosyu.gif"],
|
||||
["https://trademarkhell.net/", "tm.png"],
|
||||
["https://katelyn.moe", "katelyn.png"],
|
||||
|
||||
["https://thinliquid.dev", "lqd.png"],
|
||||
["https://joosh.nekoweb.org/", "joosh.gif"],
|
||||
["https://ctrlaustin.nekoweb.org", "ctrlaustin.gif"],
|
||||
|
|
|
|||
|
|
@ -21,8 +21,8 @@ export function BlogPost({ pageOpen }: { pageOpen: [Metadata | undefined, (z: Me
|
|||
<a style="font-size:xx-large;" onClick={() => {
|
||||
history.replaceState({}, "", location.pathname + "?md=");
|
||||
pageOpen[1](undefined);
|
||||
}}>return back?</a>
|
||||
<div>Scroll to bottom for comments ↓</div>
|
||||
}}>return back?</a><br></br>
|
||||
<a href={"/reader.html?md="+ pageOpen[0].filename}>Reader mode, click here!</a>
|
||||
|
||||
{
|
||||
(() => {
|
||||
|
|
@ -32,4 +32,4 @@ export function BlogPost({ pageOpen }: { pageOpen: [Metadata | undefined, (z: Me
|
|||
}
|
||||
<Giscus searchTerm={pageOpen[0].filename}></Giscus>
|
||||
</>
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue