friendship ended with social-app. php is my new best friend
at main 564 B view raw
1<div class="feedHeader"> 2 <img src="{$feedAvatar}" /> 3 <h2> 4 {$feedName} 5 <small>{$feedAtUri}</small> 6 </h2> 7 <div class="description">{$description}</div> 8 <div class="info"> 9 <ul> 10 <li><b>creator:</b> <a href="/p/@{$creatorHandle}">{$creatorDisplay}</a> (<a href="/u/{$creatorHandle}">{$creatorHandle}</a>)</li> 11 <li><a href="https://pdsls.dev/{$creatorDid}" target="_blank" rel="external">{$creatorDid}</a></li> 12 <li><b>pds:</b> <a href="{$creatorPds}" target="_blank" rel="external">{$creatorPds}</a></li> 13 </ul> 14 </div> 15</div>