From d7598a843eeea9b4d3d2838cd438f46f454101e7 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 19 May 2025 23:55:02 +0200 Subject: feat(social): supports rel-me links --- templates/base/base.gohtml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates') diff --git a/templates/base/base.gohtml b/templates/base/base.gohtml index 3b1e37c..a740970 100644 --- a/templates/base/base.gohtml +++ b/templates/base/base.gohtml @@ -13,6 +13,9 @@ .links { {{ .Data.Color.Button.GetBackground }}{{ .Data.Color.Button.GetTextColor }} } {{ end }} + {{ range .Data.RelMeLinks }} + + {{ end }}
-- cgit v1.2.3