11 lines
684 B
HTML
Executable File
11 lines
684 B
HTML
Executable File
<figure class="gallery-image" property="image" content="{{tpl:GalleryItemThumbURL size="m" bestfit="yes"}}">
|
|
<a href="{{tpl:GalleryMediaURL}}" xml:lang="{{tpl:EntryLang}}" lang="{{tpl:EntryLang}}" ressource="#p{{tpl:EntryID}}"><img src="{{tpl:GalleryItemThumbURL size="m" bestfit="yes"}}" alt="{{tpl:EntryTitle}} {{tpl:lang (full size)}}" /></a>
|
|
</figure>
|
|
|
|
<!-- # Entry with an excerpt -->
|
|
<tpl:EntryIf extended="1">
|
|
<div class="post-excerpt" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}">{{tpl:EntryExcerpt}}</div>
|
|
</tpl:EntryIf>
|
|
|
|
<div class="post-content" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}">{{tpl:EntryContent pr="1"}}</div>
|