From 4b3e38ee0222369a6ad591f106a3425d7cc6dae5 Mon Sep 17 00:00:00 2001 From: AllanRegush Date: Mon, 25 Jul 2022 20:16:04 +0000 Subject: [PATCH] Set meta tag theme color to project's theme color (#71) This commit sets the discord/link embed theme to match handmade brand closes #66 Co-authored-by: Allan Regush <17693494+AllanRegush@users.noreply.github.com> Reviewed-on: https://git.handmade.network/hmn/hmn/pulls/71 Co-authored-by: AllanRegush Co-committed-by: AllanRegush --- src/templates/src/layouts/base.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/templates/src/layouts/base.html b/src/templates/src/layouts/base.html index f751839..0f52f43 100644 --- a/src/templates/src/layouts/base.html +++ b/src/templates/src/layouts/base.html @@ -50,7 +50,11 @@ - + {{ if .Project.Color1 }} + + {{ else }} + + {{ end }}