This commit is contained in:
Bryan Ramos 2026-03-23 00:56:25 -04:00
parent d01e601dc8
commit 89d37eb5a9
20 changed files with 132 additions and 182 deletions

View file

@ -2,10 +2,10 @@
<html lang="en">
<head>
{% include head.html %}
<title>{% if page.title %}{{ page.title }} | {% endif %}Bryan Ramos</title>
</head>
<body>
{% include header.html %}
{{ content }}
{% include footer.html %}
</body>
</html>