--- title: Avatar Images date: 2024-04-27T21:00:00+02:00 authors: - john-doe tags: - Documentation - Shortcodes resources: - name: avatar src: "images/avatar.jpg" title: "Avatar" --- The avatar shortcode is another custom image shortcode. ## Usage Define a resource in the page front matter. ```md --- resources: - name: avatar src: "images/avatar.jpg" title: "Avatar" --- {{}} ``` ## Attributes {{< propertylist name=shortcode-avatar sort=name order=asc >}} ## Example {{< avatar name=avatar size="small" >}}