2026-07-31 12:58:23
That feeling when your renderer can handle a component that outputs HTML inside link text in Markdown that’s embedded in HTML.
(Yes, I’m bragging.)
#Kitten #SmallWeb #SmallTech
That feeling when your renderer can handle a component that outputs HTML inside link text in Markdown that’s embedded in HTML.
(Yes, I’m bragging.)
#Kitten #SmallWeb #SmallTech
Elect women. Take back power.
At EMILYs List, we invest early and fight hard to elect Democratic pro-choice women up and down the ballot — because when more women are at the decision-making table, we all win.
Your gift makes our work possible. Donate now to join the movement.
https://secure.actblue.com/donate/…
Weiß man denn Genaueres, was in Sachen Footer/Wasserzeichen für die neuen Praxisregeln Digitalisierung der DFG diskutiert wird?
@… Hi, I just saw the "Comments on Reddit." footer of one of your #blog articles.
Have you considered using the #Fediverse for
PSA: if you have a self-hosted ghost blog, check the CVEs from time to time—specifically there was an issue where they didn't sanitize user input and enabled SQL injection which lead to people adding injected code in site header/footers.
If you don't use header/footer injection in posts, here's a quick SQL script to clean your db:
UPDATE posts SET codeinjection_head='', codeinjection_foot='';
Side note: I don't get why this is even a feature that's on by default (and can't be turned off).