mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-07 05:18:40 -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
9
templates/picture.html
Normal file
9
templates/picture.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% import "macros/post.html" as post %}
|
||||
{% import "macros/figures.html" as figures %}
|
||||
|
||||
{% block main %}
|
||||
{{ post::page_title(page=page) }}
|
||||
{{ figures::image(src=page.extra.picture_src, caption=page.description) }}
|
||||
{% endblock main %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue