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:
Dominik V. Salonen 2018-09-03 10:40:48 +00:00
parent 265dbd228e
commit 8139bd89e7
1 changed files with 1 additions and 1 deletions

View File

@ -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">