Blogging platform with advanced tools for arts and sciences.
6

Configure Feed

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

Fix external site icon

lemma (Jun 4, 2026, 2:15 PM -0500) 860558bf 2e35901c

+4 -4
+2 -2
app/routes/edit.tsx
··· 1 1 import { useEffect, useRef, useState } from 'react' 2 2 import { Link, useNavigate, useParams } from 'react-router' 3 - import { ArrowLongLeftIcon } from '@heroicons/react/24/outline' 3 + import { ArrowLongLeftIcon, ArrowTopRightOnSquareIcon } from '@heroicons/react/24/outline' 4 4 import { useAuth } from '~/lib/auth-context' 5 5 import { useData } from '~/lib/data-context' 6 6 import { ··· 256 256 License <span className="font-normal text-stone-400 dark:text-stone-500">(optional)</span> 257 257 {' · '} 258 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 ↗ 259 + about CC licenses <ArrowTopRightOnSquareIcon className="inline-block w-4 h-4 mb-0.5" /> 260 260 </a> 261 261 </label> 262 262 <select
+2 -2
app/routes/publish.tsx
··· 7 7 import type { Route } from './+types/publish' 8 8 import CodeMirrorMarkdownEditor from '~/components/CodeMirrorMarkdownEditor'; 9 9 import CoverImagePicker from '~/components/CoverImagePicker' 10 - import { ArrowLongLeftIcon } from '@heroicons/react/24/outline' 10 + import { ArrowLongLeftIcon, ArrowTopRightOnSquareIcon } from '@heroicons/react/24/outline' 11 11 import CenteredMessage from '~/components/CenteredMessage' 12 12 import Spinner from '~/components/Spinner' 13 13 import { SITE_NAME } from '~/lib/site-config' ··· 235 235 License <span className="font-normal text-stone-400 dark:text-stone-500">(optional)</span> 236 236 {' · '} 237 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 ↗ 238 + about CC licenses <ArrowTopRightOnSquareIcon className="inline-block w-4 h-4 mb-0.5" /> 239 239 </a> 240 240 </label> 241 241 <select