diff options
author | Bradley Taunt <bt@btxx.org> | 2024-05-30 09:02:38 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-05-30 09:02:38 -0400 |
commit | 8f28fc58d5fe68775fbe552eb172cbb4ad8614b1 (patch) | |
tree | 65c5ef1ba611db1aa9fe80d65d2fffca950238e9 /_layouts | |
parent | fa6aded86998639a53aecfa7b76e0ecd800fd9f0 (diff) |
Further customization and porting of older content
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/home.html b/_layouts/home.html index 34dc79b..44b51e6 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -23,7 +23,7 @@ layout: base {%- endif -%} <ul class="post-list"> {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%} - {%- for post in site.posts | limit: 5 -%} + {%- for post in site.posts limit:5 -%} <li> <span class="post-meta">{{ post.date | date: date_format }}</span> <h3> |