Úvodní obrázek ve stránce
parent
30765c2c17
commit
4314510a47
Binary file not shown.
After Width: | Height: | Size: 200 KiB |
@ -1,6 +1,9 @@
|
||||
{% extends "index.html" %}
|
||||
|
||||
{% block content %}
|
||||
{% if page.extra.mainimage %}
|
||||
<img class="main-image" src="{{ page.permalink }}{{ page.extra.mainimage }}" alt="main">
|
||||
{% endif %}
|
||||
<h2>{{ page.title }}</h2>
|
||||
{{ page.content | safe }}
|
||||
{% endblock %}
|
||||
|
Reference in New Issue