diff --git a/_layouts/blog.html b/_layouts/blog.html index f407ecb..94d347e 100644 --- a/_layouts/blog.html +++ b/_layouts/blog.html @@ -5,36 +5,32 @@ {%- include header.html -%}
-
- the Distrust blog -
Provable security, explained.
-
-
-
- {% for post in site.posts %} -
-
{{ post.date | date: "%b %e, %Y" }}
-
{{ post.content | number_of_words | divided_by: 200 }} min read
-
- -
-

{{ post.title }}

-

{{ post.excerpt | strip_html | truncatewords: 35 }}

-
- -
- {% endfor %} +
+
+ {% for post in site.posts %} +
+
{{ post.date | date: "%b %e, %Y" }}
+
{{ post.content | number_of_words | divided_by: 200 }} min read
-
- -

- {% for author in page.authors %} - — {{ author.name }}{% unless forloop.last %}, {% endunless %} + +

+ + {% endfor %} -

+
+
+ +

+ {% for author in page.authors %} + — {{ author.name }}{% unless forloop.last %}, {% endunless %} + {% endfor %} +

{%- include footer.html -%}
diff --git a/_sass/base.scss b/_sass/base.scss index 8ee8c91..fa31e0f 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -1504,6 +1504,7 @@ pre { .blog { margin: auto; max-width: 700px; + margin-top: 80px; } .post {