Title first and foremost... anything else looks weird to me.
This commit is contained in:
parent
3f0679cd78
commit
c042bc6e21
@ -20,11 +20,11 @@
|
|||||||
|
|
||||||
{# temporarily, an "image gallery" that isn't one really ;) #}
|
{# temporarily, an "image gallery" that isn't one really ;) #}
|
||||||
{% if media %}
|
{% if media %}
|
||||||
<img class="media_image" src="{{ request.app.public_store.file_url(
|
|
||||||
media.media_files.main) }}" />
|
|
||||||
<h1>
|
<h1>
|
||||||
{{media.title}}
|
{{media.title}}
|
||||||
</h1>
|
</h1>
|
||||||
|
<img class="media_image" src="{{ request.app.public_store.file_url(
|
||||||
|
media.media_files.main) }}" />
|
||||||
<p>{{ media.description }}</p>
|
<p>{{ media.description }}</p>
|
||||||
<p>Uploaded on
|
<p>Uploaded on
|
||||||
{{ "%4d-%02d-%02d"|format(media.created.year,
|
{{ "%4d-%02d-%02d"|format(media.created.year,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user