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