add journal.html and keep working on organisation page

This commit is contained in:
2023-04-26 12:22:17 +09:30
parent e9a89ff1da
commit 7942be80e2
7 changed files with 43 additions and 2 deletions

View File

@ -3,6 +3,10 @@
<img src="_assets/img/most_recent.jpg" alt=""/>
all posts
</a>
<a href="/journal_html/">
<img src="_assets/img/journal.jpg" alt=""/>
journal.html
</a>
<a href="/blog/">
<img src="_assets/img/blog.jpg" alt=""/>
blog

View File

@ -50,6 +50,11 @@ h3 {
margin-bottom: var(--line-padding);
}
h4 {
margin-top: var(--line-padding);
margin-bottom: var(--line-padding);
}
/* Format links */
a,
a:visited {