timconspicuous.neocities.org

Commented out reading progress widget, does not work on Neocities due to Content Security Policy

+2 -2
+2 -2
src/index.page.tsx
··· 55 55 export default ({ comp }: Lume.Data) => { 56 56 return ( 57 57 <div> 58 - <div 58 + {/*<div 59 59 id="reading-progress-widget" 60 60 data-reading-progress="true" 61 61 style={{ 62 62 padding: "1rem", 63 63 }} 64 64 > 65 - </div> 65 + </div>*/} 66 66 <div> 67 67 <comp.Linktree links={links} /> 68 68 </div>