Tweaks
This commit is contained in:
parent
a3dcda88b3
commit
37c766a802
24 changed files with 82 additions and 125 deletions
|
@ -1,6 +1,6 @@
|
|||
{% if data.posts and page.url != '/blog' %}
|
||||
<div class="widget lh-copy">
|
||||
<h2>Latest Blog Posts</h2>
|
||||
<div class="markup">
|
||||
<h2 class="mb-2">Latest Blog Posts</h2>
|
||||
|
||||
<ul class="pl-4">
|
||||
{% for post in data.posts|slice(0, site.latest_posts) %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue