Blogging platform with advanced tools for arts and sciences.
6

Configure Feed

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

Add informational link to CC licenses

lemma (Jun 3, 2026, 2:19 PM -0500) bc8b1869 9b2fc34f

+8
+4
app/routes/edit.tsx
··· 254 254 <div className="space-y-1.5"> 255 255 <label className="text-sm font-medium text-stone-500 dark:text-stone-400"> 256 256 License <span className="font-normal text-stone-400 dark:text-stone-500">(optional)</span> 257 + {' · '} 258 + <a href="https://creativecommons.org/cc-licenses/" target="_blank" rel="noopener noreferrer" className="font-normal underline underline-offset-2 hover:text-stone-700 dark:hover:text-stone-200 transition-colors"> 259 + about CC licenses ↗ 260 + </a> 257 261 </label> 258 262 <select 259 263 value={license}
+4
app/routes/publish.tsx
··· 233 233 <div className="space-y-1.5"> 234 234 <label className="text-sm font-medium text-stone-500 dark:text-stone-400"> 235 235 License <span className="font-normal text-stone-400 dark:text-stone-500">(optional)</span> 236 + {' · '} 237 + <a href="https://creativecommons.org/cc-licenses/" target="_blank" rel="noopener noreferrer" className="font-normal underline underline-offset-2 hover:text-stone-700 dark:hover:text-stone-200 transition-colors"> 238 + about CC licenses ↗ 239 + </a> 236 240 </label> 237 241 <select 238 242 value={license}