Skip to content

Commit

Permalink
3 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
annafralberts committed Nov 22, 2024
1 parent 57eabe6 commit 05842fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _data/peeps.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- name: Johan
age: 43
- name: Anna
age: 32
age: 37
3 changes: 3 additions & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<footer>
<p>The End</p>
</footer>
3 changes: 3 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
</nav>
{{content}}
{{page.title}}

{%include footer.html%}

</body>
</html>

0 comments on commit 05842fb

Please sign in to comment.