murdockfpv / murdockfpv.github.io

Build a Jekyll blog in minutes, without touching the command line.
Other
0 stars 1 forks source link

Previews (seperate from thumbnail) #36

Closed juliusakula closed 3 years ago

juliusakula commented 3 years ago
    {% if page.preview %}
      <img src="{{page.preview}}"style="max-height: 100%; max-width: 100%">
    {% endif %}

Place this above "read more" (and include the around this in an if/elseif type of way. example is the image thumbnail thing in layouts/default