Skip to content
This repository was archived by the owner on Mar 26, 2023. It is now read-only.

Commit fd25734

Browse files
committed
header and page style tweaks
1 parent 2c866b2 commit fd25734

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ <h2>A community-driven weekly newsletter about <a href="https://swift.org/" targ
1313
</div> <!-- col -->
1414

1515
{% include social.html %}
16-
1716
</div> <!-- row -->
17+
<hr>
1818
</header>

_layouts/post.html

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@
33
---
44

55
<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>
147

158
{% if page.date-updated %}
169
<small class="text-danger"><strong>Updated: {{ page.date-updated }}</strong></small>

css/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ h1 > a:hover {
9797
text-decoration:none;
9898
}
9999

100+
header hr {
101+
width: 50%;
102+
}
100103
/* POSTS */
101104

102105
.post-list {

0 commit comments

Comments
 (0)