update layout and add digital gardening link

This commit is contained in:
Fabian Montero 2024-08-13 20:08:49 -06:00
parent 8a8a20ce19
commit 21fb163a04
Signed by: fabian
GPG key ID: 1FFAC35E1798174F
4 changed files with 26 additions and 18 deletions

View file

@ -57,8 +57,15 @@
<div class="content">
{% block content %}
<div class="posts">
Hi! Use the above buttons to navigate the site :)
{% set page = get_page(path="about.md") %}
Hi! :) You have reached the root endpoint of the posixlycorrect server,
my home server.
</br>
</br>
Checkout these cool links:
{% set page = get_page(path="lib.md") %}
{{ post_macros::content(page=page, summary=false) }}
</div>
{% endblock content %}