finished theme v1
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{% extends "index.html" %}
|
||||
|
||||
{% block content %}
|
||||
<div class="post">
|
||||
<h1 class="post_title"><a class="post_link" href="{{ page.permalink | safe }}">{{ page.title }}</a></h1>
|
||||
|
||||
{% set section = get_section(path="_index.md") %}
|
||||
|
||||
{{ post::list(pages=section.pages) }}
|
||||
</div>
|
||||
{% endblock content %}
|
||||
Reference in New Issue
Block a user