From 92a7862415d7131c623dfe23eddab5fac58b2ec6 Mon Sep 17 00:00:00 2001 From: Benedikt T Date: Tue, 20 Jul 2021 20:51:14 +0200 Subject: Update FEATURES.md --- FEATURES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/FEATURES.md b/FEATURES.md index 63dae31..9362bb9 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -67,6 +67,14 @@ url = "https://github.com/dataCobra/hugo-vitae" On the [FontAwesome](https://fontawesome.com) website, you can look up every free icon and also the information you need to put into this `icon` param. +## Align images + +There is now the possibility to align images to the left or right of the site. + +Example: `{{< figure src="/img/my_image.png" class=alignleft >}}` + +The following options for `class=` are available: right, alignright, left and alignleft. + ## Site configuration options (config.toml) - **.Site.Params.homepage** # Enable/Disable homepage use instead of a list -- cgit v1.2.3