Archived
1
0

* add thumnail class to post thumbnails

* fix typo in css
This commit is contained in:
Jeff Becker
2016-02-15 15:51:17 -05:00
parent 539033ec6d
commit a9ac1207c0
2 changed files with 4 additions and 5 deletions

View File

@@ -21,7 +21,7 @@
{{#Attachments}}
<figure>
<figcaption>
<a href="{{Source}}" title="{{Filename}}" target="_blank"><img src="{{Thumbnail}}" alt="{{Filename}}" /></a>
<a href="{{Source}}" title="{{Filename}}" target="_blank"><img src="{{Thumbnail}}" alt="{{Filename}}" class="thumbnail"/></a>
</figcaption>
</figure>
{{/Attachments}}