Re-order sidebar blocks, remove PHPNW badge

This commit is contained in:
Oliver Davies 2018-01-30 23:11:00 +00:00
parent 7f8b3ce553
commit b7d8aa1cfe
4 changed files with 4 additions and 8 deletions

View file

@ -1,6 +1,6 @@
{% if data.posts and page.url != '/blog' %}
<div class="lh-copy">
<h2>Latest blog posts</h2>
<div class="mb-6 lh-copy">
<h2>Latest Blog Posts</h2>
<ul class="bullets">
{% for post in data.posts|slice(0, site.latest_posts) %}