Change thumbnail parameter.
So that it matches my existing posts, because casper-two used a parameter called "image" for the header image, not "thumbnail".
This commit is contained in:
parent
265dbd228e
commit
8139bd89e7
|
@ -15,7 +15,7 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
{{ with .Params.thumbnail }}
|
{{ with .Params.image }}
|
||||||
<img src="{{ . }}" alt="thumbnail" class="p-article__thumbnail">
|
<img src="{{ . }}" alt="thumbnail" class="p-article__thumbnail">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<section id="js-article" class="p-article__body">
|
<section id="js-article" class="p-article__body">
|
||||||
|
|
Loading…
Reference in New Issue