This commit is contained in:
parent
2efa10dff8
commit
c2ffd6e26e
3 changed files with 9 additions and 10 deletions
|
|
@ -72,7 +72,7 @@ class Main extends Component {
|
|||
}
|
||||
|
||||
return <>
|
||||
<h1> blog </h1>
|
||||
<h1>blog & comments</h1>
|
||||
{() => {
|
||||
if (blogPosts) return this.list(blogPosts)
|
||||
else return <h3>Loading...</h3>
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ export class BlogPage extends Component {
|
|||
history.replaceState({}, "", location.pathname+"?md=" + this.metadata.filename);
|
||||
|
||||
return <>
|
||||
<h1> sophie's blog </h1>
|
||||
<h1>blog & comments</h1>
|
||||
<a style="font-size:xx-large;" onClick={() => {
|
||||
pageOpen[1](undefined);
|
||||
history.replaceState({}, "", location.pathname+"?md=");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue