Skip to content

Commit

Permalink
blog with auto pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
Paula Mendez committed Aug 19, 2022
1 parent 6b15c68 commit 46dcd9c
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions blog.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
---
layout: default
title: Blog
---
<h1>Latest Posts</h1>

<ul>
{% for post in site.posts %}
<li>
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
{{ post.excerpt }}
</li>
{% endfor %}
</ul>
# You don't need to edit this file, it's empty on purpose.
# Edit theme's home layout instead if you wanna make some changes
# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults
layout: blog_ly
pagination:
enabled: true
permalink: blog
---

0 comments on commit 46dcd9c

Please sign in to comment.