all repos — breadsite @ 6ffc89469fa1189f333f54fcebcef1f7c4c2015f

Unnamed repository; edit this file 'description' to name the repository.

templates/index.html (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
{% extends "base.html" %}

{% block content %}
<h1 class="title">
  This is my whatever made with Zola
</h1>
<p><a href="{{ get_url(path='@/posts/_index.md') }}">Posts</a></p>
{% endblock content %}