comment out RSS stuff for now

This commit is contained in:
Nabeel Shahzad
2017-08-17 14:01:47 -05:00
parent b2dba02615
commit bec2bbf646
7 changed files with 59 additions and 21 deletions

View File

@@ -32,14 +32,14 @@
<div class="box-body">
<div class="col-sm-12">
<h3>announcements</h3>
@foreach($feed->item as $item)
{{--@foreach($feed->item as $item)
<div>
<strong>{!! $item->title !!}</strong>
<p>{!! $item->description !!}</p>
<p class="pull-right">{!! Carbon::now()->diffForHumans(new Carbon($item->pubDate), true) !!}</p>
</div>
<div class="clearfix"></div>
@endforeach
@endforeach--}}
</div>
</div>
</div>