add image support: eleventy-img plugin, hero images, responsive picture elements
All checks were successful
Deploy to S3 / deploy (push) Successful in 46s
All checks were successful
Deploy to S3 / deploy (push) Successful in 46s
This commit is contained in:
@@ -14,6 +14,11 @@
|
||||
<div class="site-layout">
|
||||
<main class="content">
|
||||
<article class="column-entry">
|
||||
{% if hero %}
|
||||
<figure class="column-hero">
|
||||
{% heroImage hero, heroAlt or title %}
|
||||
</figure>
|
||||
{% endif %}
|
||||
<header class="column-header">
|
||||
<h1>{{ title }}</h1>
|
||||
<time datetime="{{ date | isoDate }}">{{ date | readableDate }}</time>
|
||||
|
||||
Reference in New Issue
Block a user