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 { | |
| 9 | 9 | } | |
| 10 | 10 | </style> | |
| 11 | 11 | ||
| 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 | + | ||
| 12 | 18 | {{if .ShowBanner}} | |
| 13 | 19 | <blockquote> | |
| 14 | 20 | In order to keep this digest email active you must <a href="{{.KeepAliveURL}}">click this link</a>. |