diff --git a/src/Template/Main/index.ctp b/src/Template/Main/index.ctp index fedcf93..d6b53db 100644 --- a/src/Template/Main/index.ctp +++ b/src/Template/Main/index.ctp @@ -187,14 +187,6 @@ foreach ($recentClaims as $claim): $idx++; $autoThumbText = $claim->getAutoThumbText(); - $link = $claim->name; - $rawLink = $claim->name; - if (isset($claim->publisher)) { - $link = urlencode($claim->publisher) . '/' . $link; - $rawLink = $claim->publisher . '/' . $link; - } - $link = 'lbry://' . $link; - $rawLink = 'lbry://' . $rawLink; // content type $ctTag = $claim->getContentTag(); @@ -219,7 +211,7 @@
claim_type == 1 ? $claim->name : ((strlen(trim($claim->title)) > 0) ? $claim->title : 'No Title') ?>
- +
claim_type == 2 && strlen(trim($claim->description)) > 0): ?>