initial
git commit -a -m initial
This commit is contained in:
4
themes/notrack/layouts/shortcodes/gallery-photo.html
Normal file
4
themes/notrack/layouts/shortcodes/gallery-photo.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<li class="gallery-photo">
|
||||
<img src="{{ ( printf "img/thumbnails/%s" (.Get "fn")) | absURL }}" }}
|
||||
alt="{{ .Get "caption" }}">
|
||||
</li>
|
||||
Reference in New Issue
Block a user