Změna závislostí šablon na base.html
This commit is contained in:
@ -1,10 +1,9 @@
|
||||
{% extends "index.html" %}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}{{ config.title }} — {{ page.title }}{% endblock title %}
|
||||
|
||||
{% block content %}
|
||||
<main class="recipe">
|
||||
|
||||
<h2>{{ page.title | upper }}</h2>
|
||||
<hr>
|
||||
{{ macro::recipe_image() }}
|
||||
@ -18,7 +17,6 @@
|
||||
<hr>
|
||||
|
||||
{{ macro::recipe_taxonomies() }}
|
||||
|
||||
</main>
|
||||
{% endblock content %}
|
||||
|
||||
|
Reference in New Issue
Block a user