From e35ae5d88dfbd5dfd01f91203eea6d7cc90a9c1e Mon Sep 17 00:00:00 2001 From: Cyper Date: Fri, 20 Jun 2025 02:31:41 -0400 Subject: [PATCH] Example changes for recording --- src/index.html | 2 +- src/posts/post-1.md | 4 ++-- src/posts/post-2.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/index.html b/src/index.html index 5227d01..7423ac5 100644 --- a/src/index.html +++ b/src/index.html @@ -1,6 +1,6 @@ --- layout: layout.html -title: Hello World! +title: Hello World! Layout file change --- {% for post in collections.post %} diff --git a/src/posts/post-1.md b/src/posts/post-1.md index 0238d27..e3eb3d5 100644 --- a/src/posts/post-1.md +++ b/src/posts/post-1.md @@ -1,5 +1,5 @@ --- -title: Example post 1 +title: Example post 11111 --- -First post! \ No newline at end of file +First post! Content change \ No newline at end of file diff --git a/src/posts/post-2.md b/src/posts/post-2.md index 45e2ff8..6e68bd9 100644 --- a/src/posts/post-2.md +++ b/src/posts/post-2.md @@ -1,5 +1,5 @@ --- -title: Example post 2 +title: Example post 2 - for Paz --- Second post! \ No newline at end of file