Skip to content

Commit 275f4a2

Browse files
committed
Correct minor inconsistencies in archive layouts
1 parent 95b59c1 commit 275f4a2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

_layouts/news_archive_month.html

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
---
4+
45
<div id="content-wrapper">
56
<div id="head-wrapper-1">
67
<div id="head-wrapper-2">
@@ -30,6 +31,7 @@ <h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
3031
</p>
3132
</div>
3233
</div>
34+
<hr class="hidden-modern" />
3335

3436
<div id="sidebar-wrapper">
3537
<div id="sidebar">

_layouts/news_archive_year.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
---
4+
45
<div id="content-wrapper">
56
<div id="head-wrapper-1">
67
<div id="head-wrapper-2">
@@ -26,11 +27,12 @@ <h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
2627
{% endfor %}
2728
</div>
2829
</div>
30+
<hr class="hidden-modern" />
2931

3032
<div id="sidebar-wrapper">
3133
<div id="sidebar">
3234
<div class="navigation">
33-
<h3>Archive By Month</h3>
35+
<h3><strong>Archive By Month</strong></h3>
3436

3537
<ul class="menu">
3638
{% for month in page.months %}

0 commit comments

Comments
 (0)