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
|
|
@ -1,16 +1,11 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% import "macros/post.html" as post %}
|
||||
|
||||
{% block main %}
|
||||
|
||||
<div class="blog-page">
|
||||
<div class="title">
|
||||
<h1>{{ page.title }}</h1>
|
||||
<p><time>{{page.date}}</time>
|
||||
{% if page.taxonomies %}{% if page.taxonomies.tags %}
|
||||
{% for tag in page.taxonomies.tags %} • #{{tag}} {% endfor %}
|
||||
{% endif %}{% endif %}
|
||||
</p>
|
||||
</div>
|
||||
{{ post::page_title(page=page) }}
|
||||
{{ page.content | safe }}
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue