File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <footer >
2+ <p >
3+ © ; 2024&ndash ; 2026 Corey Beres.
4+ Built with <a href =" https://www.11ty.dev" >{{ eleventy .generator }} </a >.
5+ Source available on <a href =" https://github.com/cberes/cberes.com" >GitHub</a >.
6+ </p >
7+ </footer >
Original file line number Diff line number Diff line change 1515
1616<body >
1717 {{ content | safe }}
18- <footer >
19- <p >
20- © ; 2024-2025 Corey Beres.
21- Built with <a href =" https://www.11ty.dev" >{{ eleventy .generator }} </a >.
22- Source available on <a href =" https://github.com/cberes/cberes.com" >GitHub</a >.
23- </p >
24- </footer >
18+ {%- include " footer.njk" -%}
2519</body >
2620
2721</html >
Original file line number Diff line number Diff line change 2222 <main >
2323 {{ content | safe }}
2424 </main >
25- <footer >
26- <p >
27- © ; 2024-2025 Corey Beres.
28- Built with <a href =" https://www.11ty.dev" >{{ eleventy .generator }} </a >.
29- Source available on <a href =" https://github.com/cberes/cberes.com" >GitHub</a >.
30- </p >
31- </footer >
25+ {% include " footer.njk" -%}
3226</body >
3327
3428</html >
You can’t perform that action at this time.
0 commit comments