homepage: add blog index
also minor bug fixes
This commit is contained in:
parent
e71a06b6f0
commit
9b257e31fb
5 changed files with 138 additions and 17 deletions
|
@ -59,14 +59,6 @@
|
|||
<div class="posts">
|
||||
Hi! :) You have reached the root endpoint of the posixlycorrect server,
|
||||
my home server.
|
||||
|
||||
</br>
|
||||
</br>
|
||||
|
||||
index:
|
||||
|
||||
{% set page = get_page(path="lib.md") %}
|
||||
{{ post_macros::content(page=page, summary=false) }}
|
||||
</div>
|
||||
{% endblock content %}
|
||||
</div>
|
||||
|
@ -85,12 +77,14 @@
|
|||
{% endif -%}
|
||||
|
||||
<span class="copyright-theme">
|
||||
<span class="copyright-theme-sep">:: </span>
|
||||
Theme adapted from <a href="https://github.com/pawroman/zola-theme-terminimal/">Terminimal</a> by pawroman
|
||||
<span class="copyright-theme-sep"></span>
|
||||
</span>
|
||||
</div>
|
||||
{% endif -%}
|
||||
</div>
|
||||
Powered by <a href="https://nixos.org/">NixOS</a> and <a href="https://vpsfree.org/">vpsfree.org</a>. Backed up by <a href="https://rsync.net/"> rsync.net</a>.
|
||||
<br>
|
||||
Theme adapted from <a href="https://github.com/pawroman/zola-theme-terminimal/">Terminimal</a> by pawroman.
|
||||
</footer>
|
||||
{% endblock footer %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue