Personal Site
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add the url to external links

+6
+6
src/components/home/feeds/Post.astro
··· 173 173 <img src={cidSrc(external.thumb, author.did)} alt="" /> 174 174 )} 175 175 <span>{external.title}</span> 176 + <br /> 177 + <span class="url">{external.url}</span> 176 178 </a> 177 179 ); 178 180 const record = (record: embedRecord) => { ··· 292 294 293 295 .embed img { 294 296 image-rendering: smooth; 297 + } 298 + 299 + .embed .external .url { 300 + opacity: 0.65; 295 301 } 296 302 297 303 a {