Modify: use <article> tag for the content

This commit is contained in:
KAMATAKI Yuya
2023-10-11 11:59:47 +09:00
parent c80792b17d
commit 853f457e4a

View File

@@ -6,8 +6,10 @@
</head>
<body>
<div>
<article>
<h2>{{ page.title }}</h2>
{{ page.content }}
</article>
</div>
</body>
</html>