diff --git a/hubzilla/addon/scn01/scn01_renderer.php b/hubzilla/addon/scn01/scn01_renderer.php
index 3388c7c..befdffa 100644
--- a/hubzilla/addon/scn01/scn01_renderer.php
+++ b/hubzilla/addon/scn01/scn01_renderer.php
@@ -79,7 +79,12 @@ function scn01_render_landing($association_slug, $access) {
$out .= '';
$out .= '';
- $out .= '
';
+ $out .= '
';
+ $out .= '';
+ $out .= '';
+ $out .= '
';
+
+ $out .= '
';
$out .= '
';
$out .= '
';
$out .= '
';
@@ -107,8 +112,14 @@ function scn01_render_landing($association_slug, $access) {
$out .= '
';
$out .= '
';
+ // Category filter
+ $out .= '
';
+ $out .= '';
+ $out .= '';
+ $out .= '
';
+
// Carousel
- $out .= '
';
+ $out .= '
';
$out .= '
';
$out .= '
';
$out .= '
';
diff --git a/hubzilla/addon/scn01/scn01_spool.php b/hubzilla/addon/scn01/scn01_spool.php
index 873ff09..2172b5d 100644
--- a/hubzilla/addon/scn01/scn01_spool.php
+++ b/hubzilla/addon/scn01/scn01_spool.php
@@ -26,7 +26,7 @@ function scn01_handle_post($association_slug, $access) {
$pinned[] = $id;
}
}
- $pinned = array_slice($pinned, 0, 5);
+ $pinned = array_slice($pinned, 0, 3);
}
if ($narrative === '') {