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 }}
|
||||
</div>
|
||||
</header>
|
||||
{{ with .Params.thumbnail }}
|
||||
{{ with .Params.image }}
|
||||
<img src="{{ . }}" alt="thumbnail" class="p-article__thumbnail">
|
||||
{{ end }}
|
||||
<section id="js-article" class="p-article__body">
|
||||
|
|
Loading…
Reference in New Issue