forked from Git/hugo-story
1
0
Fork 0

Delete 'exampleSite/layouts/partials/picture.html'

This commit is contained in:
Olivier 2023-07-02 00:06:40 +02:00
parent 9490e5aa92
commit 89afaf2a13
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
<article>
<a href="{{ .image }}" class="image">
<img src="{{ .thumb }}" alt="" />
</a>
<div class="caption">
<h3>{{ .title }}</h3>
<p>{{ .content }}</p>
<ul class="actions fixed">
<li><span class="button small">{{ .button }}</span></li>
</ul>
</div>
</article>