Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

docs: Update blog post layout #887

Merged
merged 1 commit into from Nov 24, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions _layouts/post.liquid
Expand Up @@ -34,6 +34,9 @@
<br />
{% endif %}
<br />
{% if teaser %}
<p>{{ teaser }}</p>
{% endif %}
{{ content }}
<footer>
<p class="text-center">ESLint depends on the support of individuals and companies. <a class="btn btn-default" href="https://opencollective.com/eslint">Become a Sponsor</a></p>
Expand Down