{{ page.title }}
+ {% if page.description %} +{{ page.description }}
+ {% endif %}
diff --git a/_sass/layout/post.scss b/_sass/layout/post.scss
index a6dc878cfea..fe960588f6f 100644
--- a/_sass/layout/post.scss
+++ b/_sass/layout/post.scss
@@ -14,19 +14,28 @@
padding-right: $pr;
}
-h1 + .post-meta {
- span + span::before {
- @include dot;
- }
+header {
+ .post-desc {
+ @extend %heading;
- em,
- time {
- @extend %text-highlight;
+ font-size: 1.125rem;
+ line-height: 1.6;
}
- em {
- a {
- color: inherit;
+ .post-meta {
+ span + span::before {
+ @include dot;
+ }
+
+ em,
+ time {
+ @extend %text-highlight;
+ }
+
+ em {
+ a {
+ color: inherit;
+ }
}
}
}
diff --git a/assets/feed.xml b/assets/feed.xml
index a244a566215..0ab20e3be6a 100644
--- a/assets/feed.xml
+++ b/assets/feed.xml
@@ -45,14 +45,7 @@ permalink: /feed.xml
{% endfor %}
{% endif %}
- {% if post.summary %}
- {{ post.summary | strip }}
- {% else %}
-
- {% include no-linenos.html content=post.content %}
- {{ content | strip_html | truncate: 400 }}
-
- {% endif %}
+ {% include post-description.html max_length=400 %}
{% endfor %}