rss auto discovery
This commit is contained in:
parent
26bde1e4a8
commit
9d37bc433d
5 changed files with 10 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
|||
{layout '../layouts/default.latte'}
|
||||
|
||||
{var $has_rss = true}
|
||||
|
||||
{block header}
|
||||
{if $data->info->detail->profileThumb !== ''}
|
||||
<figure class="figure is-96x96">
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
{layout '../layouts/default.latte'}
|
||||
|
||||
{var $has_rss = true}
|
||||
|
||||
{block header}
|
||||
<p class="title">Trending</p>
|
||||
<p class="subtitle">{include '../components/rss.latte'}</p>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
{layout '../layouts/default.latte'}
|
||||
|
||||
{var $has_rss = true}
|
||||
|
||||
{block header}
|
||||
<figure class="figure is-96x96">
|
||||
<img src="{path('/stream?url=' . urlencode($data->info->detail->avatarThumb))}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue