mirror of
https://github.com/thegeeklab/hugo-geekdoc.git
synced 2024-11-13 00:10:51 +00:00
Robert Kaussow
6eb576575e
BREAKING CHANGE: The `size=profile` option was removed from the `img` shortcode. To create avatar images the new `avatar` shortcode can be used.
720 B
720 B
title | resources | |||||||
---|---|---|---|---|---|---|---|---|
Avatar |
|
The avatar shortcode is another custom image shortcode.
Usage
Define a resource in the page front matter.
---
resources:
- name: avatar
src: "images/avatar.jpg"
title: "Avatar"
---
{{</* avatar name="avatar" */>}}
Attributes
{{< propertylist name=shortcode-avatar sort=name order=asc >}}
Example
{{< avatar name=avatar size="small" >}}