Close #5 and modified css

This commit is contained in:
2023-10-25 16:39:25 +09:00
parent 7665da5c08
commit 74bce86804
6 changed files with 146 additions and 54 deletions

13
src/_layouts/layout.html Normal file
View File

@ -0,0 +1,13 @@
<!-- prettier-ignore -->
{% extends template.self %}
<!-- prettier-ignore -->
{% block style %}
{{ super() }}
<link rel="stylesheet" href="/_styles/base.css" />
{% endblock %}
<!-- prettier-ignore -->
{% block body %}
{{ super() }}
{% endblock %}