Heroku using nginx, reverted public and some fixes

This commit is contained in:
Pablo Ferreiro 2022-03-13 18:22:36 +01:00
parent 8ece2c2b25
commit 1b29950d89
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
15 changed files with 38 additions and 33 deletions

View file

@ -4,7 +4,7 @@
<p class="title">{$feed->info->detail->title}</p>
<p class="subtitle">{$feed->info->detail->desc}</p>
<p>Videos: {number($feed->info->stats->videoCount)} / Views: {number($feed->info->stats->viewCount)}</p>
<a href="{path('tag/' . $feed->info->detail->title . '/rss')}">RSS</a>
<a href="{path('/tag/' . $feed->info->detail->title . '/rss')}">RSS</a>
{/block}
{block content}