-
{publisher ? publisher : }
+
{publisher ? {publisher} : }{publishedAt && <> · >}
{title ? title : }
-
{typeof sharedTimes === 'number' ? : }
+
{author && <>{author} }} /> · >}{typeof sharedTimes === 'number' ? : }
diff --git a/app/javascript/mastodon/features/explore/links.jsx b/app/javascript/mastodon/features/explore/links.jsx
index 6f402decbf..489ab6dd61 100644
--- a/app/javascript/mastodon/features/explore/links.jsx
+++ b/app/javascript/mastodon/features/explore/links.jsx
@@ -55,13 +55,16 @@ class Links extends PureComponent {
{banner}
- {isLoading ? () : links.map(link => (
+ {isLoading ? () : links.map((link, i) => (