slurdge / goeland

An alternative to rss2email written in golang with many filters
MIT License
169 stars 11 forks source link

Added EntryURL variable to be available in email template #178

Closed cjhubbs closed 7 months ago

cjhubbs commented 7 months ago

Added a variable called EntryURL which can be used in an email template to link back to the original item in case a reader wants to visit the originating site.

slurdge commented 7 months ago

Thank you for the pull request. From my understanding, you want the same functionality as IncludeLink but when the Entry is not put in a digest and you hare directly the title ? If that's the case, I would suggest the same approach, i.e. in run to have a test if IncludeLink filter is here and transform the Title to include the <a>....</a>