update layout and add digital gardening link
This commit is contained in:
parent
8a8a20ce19
commit
21fb163a04
4 changed files with 26 additions and 18 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue