This repository has been archived on 2024-11-01. You can view files and clone it, but cannot push or open issues or pull requests.
blog/themes/kiera/exampleSite/content/posts/feature-image.md
2024-10-28 16:26:25 -05:00

12 lines
499 B
Markdown

+++
title = "Feature Image"
date = 2020-01-01
images = ["http://via.placeholder.com/600x200"]
tags = ["Feature Image", "Layout"]
categories = ["Images"]
+++
The Hugo Kiera theme now supports featured images. To use the feature, set the `images` parameter in a page's frontmatter.
(Note that this is required to be an array, even though only the first image is used. This is to provide compatability with the built-in [Twitter Card](https://gohugo.io/templates/internal/#twitter-cards) shortcode.)