Avoid escaping relevant template variables
This commit is contained in:
parent
6d90d35d25
commit
c407fb7963
165 changed files with 312 additions and 313 deletions
|
@ -13,7 +13,7 @@
|
|||
<div id="photo-photo"><a href="{{$photo.href}}" title="{{$photo.title}}"><img src="{{$photo.src}}" /></a></div>
|
||||
{{if $prevlink}}<div id="photo-prev-link"><a href="{{$prevlink.0}}">{{$prevlink.1}}</a></div>{{/if}}
|
||||
{{if $nextlink}}<div id="photo-next-link"><a href="{{$nextlink.0}}">{{$nextlink.1}}</a></div>{{/if}}
|
||||
<div id="photo-caption">{{$desc}}</div>
|
||||
<div id="photo-caption">{{$desc nofilter}}</div>
|
||||
{{if $tags}}
|
||||
<div id="in-this-photo-text">{{$tags.0}}</div>
|
||||
<div id="in-this-photo">{{$tags.1}}</div>
|
||||
|
@ -34,5 +34,5 @@
|
|||
{{$comments}}
|
||||
</div>
|
||||
|
||||
{{$paginate}}
|
||||
{{$paginate nofilter}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue