mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-06 21:14:06 -04:00
added pictures/gallery. organized media better
This commit is contained in:
parent
b0d420c311
commit
4886fa19c9
65 changed files with 318 additions and 112 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
{% import "macros/taxonomy.html" as macros %}
|
||||
{% import "macros/post.html" as posts %}
|
||||
|
||||
{% import "macros/post.html" as post %}
|
||||
{% import "macros/taxonomy.html" as taxonomy %}
|
||||
{% import "macros/feed.html" as feed_macros %}
|
||||
|
||||
{%- block title -%}
|
||||
|
|
@ -27,10 +28,10 @@
|
|||
|
||||
{%- block main -%}
|
||||
|
||||
<h1>{{ macros::prettify(term=term.name) }}</h1>
|
||||
<h1>{{ taxonomy::prettify(term=term.name) }}</h1>
|
||||
<div>
|
||||
{%- for page in paginator.pages | default(value=term.pages) %}
|
||||
{{ posts::excerpt(page=page) }}
|
||||
{{ post::excerpt(page=page) }}
|
||||
{%- endfor %}
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue