add cool game links page

This commit is contained in:
2023-07-06 13:30:39 +09:30
parent 02705d6f37
commit 54dd4ee789
9 changed files with 254 additions and 3 deletions

View File

@ -2,4 +2,4 @@
layout: layout/core.njk
---
<h2>{{ title }}</h2>
{{ content | safe}}
<article class="blog-post">{{ content | safe}}</article>

View File

@ -50,7 +50,7 @@ h3 {
margin-bottom: var(--line-padding);
}
h4 {
h4, h5 {
margin-top: var(--line-padding);
margin-bottom: var(--line-padding);
}