diff --git a/_layouts/post.html b/_layouts/post.html index 736d5d6..9bec485 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,11 +2,9 @@ layout: default ---
-
-
+
+

{{ page.title }}

-
-
{{ page.date | date_to_string }}
diff --git a/blog/index.html b/blog/index.html index d6b45fa..e0fe2cf 100644 --- a/blog/index.html +++ b/blog/index.html @@ -6,12 +6,10 @@ title: Tyler Hallada - Blog {% for post in paginator.posts %} {% if post.hidden == null or post.hidden == false %}
-
-
+
+

{{ post.title }}

-
-
- {{ post.date | date_to_string }} + {{ post.date | date_to_string }}
diff --git a/css/main.css b/css/main.css index dd77e27..b3c14ca 100755 --- a/css/main.css +++ b/css/main.css @@ -148,6 +148,8 @@ blockquote p { .column.third { width: 33.3%; } .column.fourth { width: 25%; } .column.three-fourths { width: 75%; } + .column.fifth { width: 20%; } + .column.four-fifths { width: 80%; } .column.flow-opposite { float: right; } } @@ -244,18 +246,18 @@ div.header a { } span.timestamp { + display: block; font-size: 0.85rem; - margin-top: 7px; -} - -@media (min-width: 40rem) { - span.timestamp { - float: right; - } + margin-top: 8px; } .post-header { - padding-bottom: 10px; + padding-bottom: 24px; + display: flex; + align-items: start; + justify-content: space-between; + column-gap: 12px; + flex-wrap: wrap; } a.read-more {