forked from Git/hugo-story
Delete 'exampleSite/layouts/partials/picture.html'
This commit is contained in:
parent
9490e5aa92
commit
89afaf2a13
|
@ -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>
|
|
Loading…
Reference in New Issue