-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Paula Mendez
committed
Aug 19, 2022
1 parent
6b15c68
commit 46dcd9c
Showing
1 changed file
with
8 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
--- |