From 21e83d204aa261e063df2c9c7e19111d9d01b545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Fri, 28 Jan 2022 20:31:31 +0100 Subject: [PATCH] added authors to home --- content/index.blade.php | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/content/index.blade.php b/content/index.blade.php index fef9c27..c1f5978 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -7,7 +7,7 @@
-

Lumio Theme Store

+

Lumino Theme Store

A showcase of public Lumino Themes. @@ -21,6 +21,29 @@ + + @if(count($premiumAuthors) > 0) +

+ +
+ @endif + +
@foreach($contents as $indexContent => $content)