Move zet
This commit is contained in:
parent
247ff913b3
commit
b96f5b114c
60 changed files with 0 additions and 0 deletions
25
old/zet/source/_layouts/zet.html.twig
Normal file
25
old/zet/source/_layouts/zet.html.twig
Normal file
|
@ -0,0 +1,25 @@
|
|||
{% extends "base" %}
|
||||
|
||||
{% block body %}
|
||||
<nav>
|
||||
<a href="/">Home</a>
|
||||
</nav>
|
||||
|
||||
{{ parent() }}
|
||||
{% endblock %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
<time datetime="{{ page.date|date('c') }}">{{ page.date|date }}</time>
|
||||
|
||||
{% block content %}{% endblock %}
|
||||
|
||||
{% include "zets/links" with { links: page.links } %}
|
||||
|
||||
{% include "zets/related" with {
|
||||
zets: data.zets,
|
||||
related: page.related,
|
||||
} %}
|
||||
|
||||
{% include "zets/tags" with { tags: page.tags } %}
|
||||
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue