From f8bfa1c74feb0814cb0210c1a931626fe27bc331 Mon Sep 17 00:00:00 2001 From: samsapti Date: Tue, 24 May 2022 01:35:17 +0200 Subject: [PATCH] Update baseof.html --- config.toml | 1 + layouts/_default/baseof.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 6fb565f..d76456e 100644 --- a/config.toml +++ b/config.toml @@ -26,6 +26,7 @@ enableEmoji = true colorScheme = "auto" hideColorSchemeToggle = false maxSeeAlsoItems = 5 + mask_icon_color = "#e76f51" [[params.social]] name = "Mastodon" diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 9fa5f4e..6b61af0 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -88,7 +88,7 @@ - + {{ range .AlternativeOutputFormats -}} {{ printf `` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }}