more changes

This commit is contained in:
CJSatnarine
2025-03-20 11:11:25 -04:00
parent 86abeb41e4
commit 5d6f3db809
6 changed files with 24 additions and 13 deletions

View File

@@ -21,14 +21,17 @@
<script type="module" src="/window.js"></script>
</head>
<nav>
<p><a href="{{ get_url(path='@/_index.md') }}">Home</a>.</p>
<p><a href="{{ get_url(path='@/blog/_index.md') }}">Posts</a>.</p>
</nav>
<body>
<section class="section">
<div class="container">
{% block content %}
<p><a href="{{ get_url(path='@/blog/_index.md') }}">Posts</a>.</p>
{% endblock %}
</div>
</section>
</body>
@@ -38,6 +41,7 @@
<a href="https://evilr.ing/cjsatnarine/previous">&lt;</a>
<a href="https://evilr.ing">EVILRING</a>
<a href="https://evilr.ing/cjsatnarine/next">&gt;</a>
<p> Made with <a href="https://www.getzola.org/">Zola</a> </p>
</center>
</footer>