Skip to content

Commit e23479b

Browse files
committed
Make “Recent Updates” a h2 instead of h1
1 parent 087371d commit e23479b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blog/static/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ aside#toc {
179179
font-size: 90%;
180180
}
181181

182-
aside#recent-updates h1 {
182+
aside#recent-updates h2 {
183183
font-size: 110%;
184184
margin-bottom: .2rem;
185185
}

blog/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h1>{{ extra.title }}</h1>
5555
</ul>
5656

5757
<aside id="recent-updates">
58-
<h1>Recent Updates</h1>
58+
<h2>Recent Updates</h2>
5959
{% include "recent-updates.html" %}
6060
</aside>
6161

0 commit comments

Comments
 (0)