lots of things

This commit is contained in:
CJSatnarine
2025-03-20 06:12:26 -04:00
parent 655c1a6b2b
commit b01504d142
6 changed files with 71 additions and 44 deletions

View File

@@ -5,7 +5,7 @@
<meta charset="utf-8">
<title>{{ config.extra.site_name }}</title>
<link rel="stylesheet" href="/extra.css" />
<link rel="stylesheet" href="/style.css" />
<link href='https://fonts.googleapis.com/css?family=Roboto Mono' rel='stylesheet'>
<script type="importmap">
@@ -24,9 +24,11 @@
<body>
<section class="section">
<div class="container">
{% block content %} {% endblock %}
{% block content %}
<p><a href="{{ get_url(path='@/blog/_index.md') }}">Posts</a>.</p>
{% endblock %}
</div>
</section>
</body>