Commit e4ab1d3f by Bagus Pambudi

add image rss

parent 5c3d0a73
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<item> <item>
<title>{{ $post->title }}</title> <title>{{ $post->title }}</title>
<link>{{ url('post/'.$post['slug'])}}</link> <link>{{ url('post/'.$post['slug'])}}</link>
<description>{!! strip_tags(substr(html_entity_decode($post->content,ENT_COMPAT,"UTF-8"),0 , 250)) !!}</description> <description><![CDATA[{!! strip_tags(substr(html_entity_decode($post->content,ENT_COMPAT,"UTF-8"),0 , 250)) !!}]]></description>
{{-- <description><![CDATA[{!! $post->content !!}]]></description>--}} {{-- <description><![CDATA[{!! $post->content !!}]]></description>--}}
<category>{{ $post->rCategory->name }}</category> <category>{{ $post->rCategory->name }}</category>
{{-- <author><![CDATA[{{ $post->slug }}]]></author>--}} {{-- <author><![CDATA[{{ $post->slug }}]]></author>--}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment