So many blogs coded so i made one.
Edit:oops forgot the edit link
Edit Remix
I fixed a bug where the pages weren’t showing.
So many blogs coded so i made one.
Edit:oops forgot the edit link
Edit Remix
I fixed a bug where the pages weren’t showing.
The text is very smooshed together, and water.css is usually supposed to be standalone, so if you removed the extra css, the text would not be so smooshed. Anyways, this is a great blog tho!
The problem was that when i loaded water.css as <style src="water.css"> </style>
or <style src="water.css />
it didn’t load. Thanks!
Can you try <link rel="stylesheet" href="/water.css" />
instead?
Looks really nice! How are the blog posts stored?
They are stored in /blogMD and the built pages are stored in /blogposts.
I tried it, it works! Thanks!