Commit 239c30e

Eric Bower (aider)  ·  2025-08-28 21:50:13 -0400 EDT
parent e956960
feat: Add size limit warning banner
1 files changed,  +6, -0
+6, -0
......@@ -9,6 +9,12 @@ img {
99 }
1010 </style>
1111
12+{{if .SizeWarning}}
13+<blockquote style="color: #ff0000; background-color: #ffe6e6; padding: 10px; border-left: 3px solid #ff0000;">
14+ WARNING: This email is over the size limit. Inline content has been enabled to avoid email delivery issues.
15+</blockquote>
16+{{end}}
17+
1218 {{if .ShowBanner}}
1319 <blockquote>
1420 In order to keep this digest email active you must <a href="{{.KeepAliveURL}}">click this link</a>.