From 41da7db7015a7d84ab15b74fae9db9c5dd8f27fd Mon Sep 17 00:00:00 2001 From: Sammy <sammy.tahtah@gmail.com> Date: Thu, 18 Jan 2024 00:50:20 +0000 Subject: [PATCH] Update documentation. (#880) --- docs/configurations.md | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/docs/configurations.md b/docs/configurations.md index 4fca945..c6b378a 100644 --- a/docs/configurations.md +++ b/docs/configurations.md @@ -115,7 +115,9 @@ | faviconSVG | string | No | Custom path to a SCG favicon. | `"/img/favicon.svg"` | `"/img/favicon.svg"` | | favicon_32 | string | No | Custom path to a 32x32 favicon. | `"/img/favicon-32x32.png"` | `"/img/favicon-32x32.png"` | | favicon_16 | string | No | Custom path to a 16x16 favicon. | `"/img/favicon-16x16.png"` | `"/img/favicon-16x16.png"` | -| touchIcon | string | No | Custom path to a touch-icon | `"/images/apple-touch-icon.png"` | `"/images/apple-touch-icon.png"` | +| touchIcon | string | No | Custom path to an apple-touch-icon | `"/images/apple-touch-icon.png"` | `"/images/apple-touch-icon.png"` | +| mask_icon | string | No | Custom path to a mask-icon | `"/images/safari-pinned-tab.svg"` | `"/images/safari-pinned-tab.svg"` | +| mask_icon_color | string | No | Custom color for mask-icon color | `"#5bbad5"` | `"#5bbad5"` | | since | string | No | Date shown in the footer before now year | | `"2020"` | | maxSeeAlsoItems | number | No | Series see also post count | `5` | `10` | | commit | string | No | Show the last git commit in the footer | | `"https://github.com/luizdepra/hugo-coder/tree/"`| -- Gitblit v1.10.0