mirror of
https://github.com/hacks-guide/minimal-mistakes.git
synced 2025-02-17 07:20:50 +00:00
Create home page layout with paginated recent posts
This commit is contained in:
parent
6ad9d1ef58
commit
18713fd757
13
_layouts/home.html
Normal file
13
_layouts/home.html
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
layout: archive
|
||||
---
|
||||
|
||||
{% include base_path %}
|
||||
|
||||
<h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}</h3>
|
||||
|
||||
{% for post in paginator.posts %}
|
||||
{% include archive-single.html %}
|
||||
{% endfor %}
|
||||
|
||||
{% include paginator.html %}
|
Loading…
x
Reference in New Issue
Block a user