diff --git a/src/pages/readlater.html b/src/pages/readlater.html index 6697024..d51e8a4 100644 --- a/src/pages/readlater.html +++ b/src/pages/readlater.html @@ -3,6 +3,8 @@ subject: "ReadLaterByEmail link" LOGO: "{{ asset('images/logo.png') }}" IMAGE: "{{ $link->image }}" IMAGE_VAR: "$link->image" +COMMENT: "{{ $link->comment }}" +COMMENT_VAR: "$link->comment" TITLE: "{{ $link->title }}" EXCERPT: "@if(!empty($link->excerpt)) {!! $link->excerpt !!} @else {{ $link->description }} @endif" URL: "{{ $link->url }}" @@ -15,12 +17,24 @@ URL: "{{ $link->url }}" @if(!empty({{{ IMAGE_VAR }}}))
- +
@endif +@if(!empty({{{ COMMENT_VAR }}})) +
+ + + +

+ {{{ COMMENT }}} +

+
+
+@endif +