Ajoute la page de listing public

This commit is contained in:
2020-09-04 09:44:27 +02:00
parent 671ae11e88
commit ad682460e2
12 changed files with 260 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
@foreach($feeds as $name => $feed)
<link rel="alternate" type="{{ $feed['type'] ?? 'application/atom+xml' }}" href="{{ route("feeds.{$name}") }}" title="{{ $feed['title'] }}">
@endforeach