Rename content section class
This commit is contained in:
parent
24aadcbcb6
commit
7d68294277
|
@ -5,9 +5,10 @@ metadata:
|
|||
desc: List of articles published on my website.
|
||||
type: article
|
||||
date: 2023-01-04
|
||||
contentIsDivided: true
|
||||
---
|
||||
|
||||
<section class="content-section">
|
||||
<section class="content__section">
|
||||
<h2>My Articles</h2>
|
||||
<p>Articles I have written.</p>
|
||||
<ul class="article-list">
|
||||
|
@ -20,7 +21,7 @@ date: 2023-01-04
|
|||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="content-section">
|
||||
<section class="content__section">
|
||||
<h2>My Articles for Video Games with Their Own Pages</h2>
|
||||
<ul class="article-list">
|
||||
<li>My <cite>Cassette Beasts</cite> shrine <a href="/shrines/cassettebeasts/articles/">Articles</a> page</li>
|
||||
|
@ -28,7 +29,7 @@ date: 2023-01-04
|
|||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="content-section">
|
||||
<section class="content__section">
|
||||
<h2>Featured Articles</h2>
|
||||
<p>Articles featuring other people's interview with me.</p>
|
||||
<ul class="article-list">
|
||||
|
|
Loading…
Reference in New Issue