mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-06 21:14:06 -04:00
First
This commit is contained in:
commit
6449151d7a
38 changed files with 779 additions and 0 deletions
15
templates/blog.html
Normal file
15
templates/blog.html
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% import "macros/post.html" as posts %}
|
||||
|
||||
{% block main %}
|
||||
|
||||
|
||||
<div class="blog">
|
||||
{% for page in section.pages %}
|
||||
{{ posts::excerpt(page=page) }}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
|
||||
{% endblock main %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue