data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

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

fix: add back space between note date and content

dusk 7dc3ae1e 9943a8e0

+1 -1
+1 -1
src/components/note.svelte
··· 66 66 </script> 67 67 68 68 <div class="text-wrap break-words max-w-[70ch] leading-none"> 69 - {#if !onlyContent}<Token v={renderDate(note.published)} small={!isHighlighted}/> {/if}<Token v={note.content} str/> 69 + {#if !onlyContent}<Token v={renderDate(note.published)} small={!isHighlighted}/>{/if} <Token v={note.content} str/> 70 70 {#if note.hasMedia}<Token v="-contains media-" keywd small/>{/if} 71 71 {#if note.hasQuote}<Token v="-contains quote-" keywd small/>{/if} 72 72 {#if showOutgoing}