Some style fixes

This commit is contained in:
2023-10-25 20:55:58 +09:00
parent 840892daa6
commit 496c22974d
12 changed files with 68 additions and 70 deletions

View File

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