Minor improvments to text, and use underscore between date and name

This commit is contained in:
Rupus Reinefjord 2022-05-18 20:46:41 +02:00
parent fd56a2aa79
commit ca89a36a04
2 changed files with 5 additions and 5 deletions

View file

@ -58,16 +58,16 @@
<p>This one is just plain HTML files, written by hand, with CSS and JS <p>This one is just plain HTML files, written by hand, with CSS and JS
inline if needed. It is an exercise in inline if needed. It is an exercise in
<a href="https://en.wikipedia.org/wiki/KISS_principle">keeping it simple, stupid</a>, <a href="https://en.wikipedia.org/wiki/KISS_principle">keeping it simple, stupid</a>,
an experiment to see if the site evolves with time, and a way to satisfy an experiment to see how the site evolves with time, and a way to satisfy
my longing for a time when the internet was less corporations and more my longing for a time when the internet was less corporations and more
personal. It also helps that I really like simple, brutalist "design" in personal. It also helps that I really like simple, minimalist "design" in
web pages.</p> web pages.</p>
<p>Having CSS and JavaScript inline hopefully means that this isolated <p>Having CSS and JavaScript inline hopefully means that this isolated
page should keep working even if other parts of the website change. page should keep working even if other parts of the website change.
That's the "evolving" part. When I want to create a new page, I'll just That's the "evolving" part. When I want to create a new page, I'll just
copy another page and just replace the content. This page is copied from copy another page and replace the content. This page was copied from
the index.html for example. Or I'll create a page from scratch. <code>/index.html</code> for example. Or I'll create a page from scratch.
Consistency is boring anyway, and I'm free to style every page however I Consistency is boring anyway, and I'm free to style every page however I
see fit.</p> see fit.</p>

View file

@ -67,7 +67,7 @@
<h2>Blog</h2> <h2>Blog</h2>
<ul> <ul>
<li><a href="/blog/2022-05-09-this-website.html"><small>2022-05-09: </small>This website</a></li> <li><a href="/blog/2022-05-09_this-website.html"><small>2022-05-09: </small>This website</a></li>
</ul> </ul>
</main> </main>