-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Patch to add URL variable to template #185
Comments
Hello, it seems exactly like this one : https://github.com/slurdge/goeland/pull/178/commits I'm still confused on what is the expected output compared to use the "IncludeLink" filter. Could you show me an example ? |
So it does! I guess someone else beat me to it. I'll close this one then. |
Wait ! I still don't understand the goal :-) So I won't merge it until I grasp the best way to achieve what is needed. Please comment either here or on the pull request. |
Also, is this the same as #104 ? |
Ah ! So you mean, take a source, have one email per entry, and each entry has the link back to the website ? Basically, let's say 10x the emails, and each |
Yes. One generated email for each RSS article and the generated email has a link to the full article.
I customize the style of the link and its placement in the email's template so if IncludeLink automatically adds something like My preference would be to have #178 even if you do change IncludeLink. Thanks! |
Yeah that would do exactly that.
I understand. I'll merge the PR but not the bit that changes the default template. Also, if you have nice email templates, feel free to share them, I'm always hoping to add more. |
Done in v0.18.0 |
Thank you! |
The attached huge and complicated patch adds a URL variable for use in the email template to allow for adding a clickable link to to the original article like so:
Patch:
goeland-add_url_var.patch.txt
The text was updated successfully, but these errors were encountered: