This repository was archived by the owner on Mar 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ <h2>A community-driven weekly newsletter about <a href="https://swift.org/" targ
13
13
</ div > <!-- col -->
14
14
15
15
{% include social.html %}
16
-
17
16
</ div > <!-- row -->
17
+ < hr >
18
18
</ header >
Original file line number Diff line number Diff line change 3
3
---
4
4
5
5
< article class ="page ">
6
- < span class ="center return-home "> < a href ="/ "> < i class ="fa fa-chevron-up fa-2x "> </ i > </ a > </ span >
7
-
8
- < h1 class ="post-title "> {{ page.title }}</ h1 >
9
-
10
- < h2 class ="post-subtitle ">
11
- < small > {{ page.subtitle }}</ small >
12
- < small class ="post-date "> {{ page.date | date_to_string }}</ small >
13
- </ h2 >
6
+ < h1 class ="post-title "> {{ page.title }} < small class ="post-date "> {{ page.date | date_to_string }}</ small > </ h1 >
14
7
15
8
{% if page.date-updated %}
16
9
< small class ="text-danger "> < strong > Updated: {{ page.date-updated }}</ strong > </ small >
Original file line number Diff line number Diff line change @@ -97,6 +97,9 @@ h1 > a:hover {
97
97
text-decoration : none;
98
98
}
99
99
100
+ header hr {
101
+ width : 50% ;
102
+ }
100
103
/* POSTS */
101
104
102
105
.post-list {
You can’t perform that action at this time.
0 commit comments