zola-check-manager

A Github Action allowing you to manage the zola check results in github
git clone git://archive.git.mtrnord.blog/MTRNord/zola-check-manager.git
Log | Files | Refs | README | LICENSE

index.html (218B)


      1 {% extends "base.html" %}
      2 
      3 {% block content %}
      4 <h1 class="title">
      5     This is my blog made with Zola.
      6 </h1>
      7 <p>Click <a href="{{ get_url(path='@/blog/_index.md') }}">here</a> to see my posts.</p>
      8 {% endblock content %}