From 383b81a6a90cb6e1409be6de0237ad41a6e32eb0 Mon Sep 17 00:00:00 2001 From: Paul Werner Date: Sat, 30 Sep 2023 07:05:59 +0200 Subject: [PATCH] updated build files --- .../keywind/email/html/components/atoms/background.ftl | 8 ++++++-- theme/keywind/email/html/components/atoms/card.ftl | 10 +++++++--- .../keywind/email/html/components/atoms/container.ftl | 10 +++++++--- theme/keywind/email/html/components/atoms/footer.ftl | 10 +++++++--- theme/keywind/email/html/components/atoms/header.ftl | 10 +++++++--- theme/keywind/email/html/components/atoms/main.ftl | 10 +++++++--- theme/keywind/email/html/template.ftl | 2 +- 7 files changed, 42 insertions(+), 18 deletions(-) diff --git a/theme/keywind/email/html/components/atoms/background.ftl b/theme/keywind/email/html/components/atoms/background.ftl index 763f1cb..a42ff96 100644 --- a/theme/keywind/email/html/components/atoms/background.ftl +++ b/theme/keywind/email/html/components/atoms/background.ftl @@ -1,4 +1,8 @@ <#macro kw> -
+ + + + +
+
- diff --git a/theme/keywind/email/html/components/atoms/card.ftl b/theme/keywind/email/html/components/atoms/card.ftl index cab1c88..29f40b9 100644 --- a/theme/keywind/email/html/components/atoms/card.ftl +++ b/theme/keywind/email/html/components/atoms/card.ftl @@ -1,5 +1,9 @@ <#macro kw> -
- <#nested> -
+ + + + +
+ <#nested> +
diff --git a/theme/keywind/email/html/components/atoms/container.ftl b/theme/keywind/email/html/components/atoms/container.ftl index 4253458..04ee64f 100644 --- a/theme/keywind/email/html/components/atoms/container.ftl +++ b/theme/keywind/email/html/components/atoms/container.ftl @@ -1,5 +1,9 @@ <#macro kw> -
- <#nested> -
+ + + + +
+ <#nested> +
diff --git a/theme/keywind/email/html/components/atoms/footer.ftl b/theme/keywind/email/html/components/atoms/footer.ftl index a6a200e..8088169 100644 --- a/theme/keywind/email/html/components/atoms/footer.ftl +++ b/theme/keywind/email/html/components/atoms/footer.ftl @@ -1,5 +1,9 @@ <#macro kw> -
- © ${.now?string('yyyy')} ${kcSanitize(realmName!"")}. -
+ + + + +
+ © ${.now?string('yyyy')} ${kcSanitize(realmName!"")}. +
diff --git a/theme/keywind/email/html/components/atoms/header.ftl b/theme/keywind/email/html/components/atoms/header.ftl index 0ad8349..c58da0d 100644 --- a/theme/keywind/email/html/components/atoms/header.ftl +++ b/theme/keywind/email/html/components/atoms/header.ftl @@ -1,5 +1,9 @@ <#macro kw> -
- mailwind logo -
+ + + + +
+ almig logo +
diff --git a/theme/keywind/email/html/components/atoms/main.ftl b/theme/keywind/email/html/components/atoms/main.ftl index ab9a89f..5b9f05e 100644 --- a/theme/keywind/email/html/components/atoms/main.ftl +++ b/theme/keywind/email/html/components/atoms/main.ftl @@ -1,5 +1,9 @@ <#macro kw> -
- <#nested /> -
+ + + + +
+ <#nested> +
diff --git a/theme/keywind/email/html/template.ftl b/theme/keywind/email/html/template.ftl index b60d91c..838b899 100644 --- a/theme/keywind/email/html/template.ftl +++ b/theme/keywind/email/html/template.ftl @@ -12,7 +12,7 @@ <@document.kw script=script /> - + <@background.kw /> <@container.kw> <@card.kw>