1
0
forked from kamat/blog

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> </head>
<body> <body>
<div> <div>
<article>
<h2>{{ page.title }}</h2> <h2>{{ page.title }}</h2>
{{ page.content }} {{ page.content }}
</article>
</div> </div>
</body> </body>
</html> </html>