Tootfinder

Opt-in global Mastodon full text search. Join the index!

@aral@mastodon.ar.al
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

Screenshot: Detail of Helix editor show source code of Kitten example at ~/sandbox/layout-components: footer. component.js (another tab, types.d.ts, is visible but not active).

Highlighted code:

Powered with love by [Kitten <${kitten.icons.cat} weight=duotone size=1.5em style='vertical-align: bottom;'/>](https://kitten.small-web.org). 


Full (visible) code:

export default () => kitten.html`
  <footer>
    <markdown>
      Copyright (c) 2023-${new Date().getFullYear()}, Yours Truly.

      T…
Screenshot: A generic web browser showing the render of a page in the sample Kitten site showing the footer rendered. It reads Powered with love by Kitten with a blue (link-coloured) Kitten icon next to the word Kitten (as a single link).
@zachleat@zachleat.com
2026-05-22 15:02:00

fascinated by the information architecture on manuelmoreale.com/
/ redirects to newest blog post
footer lists *all* blog posts
no header or metadata or sidebar
no social media?

@publicvoit@graz.social
2026-07-03 21:51:08

@… Hi, I just saw the "Comments on Reddit." footer of one of your #blog articles.
Have you considered using the #Fediverse for

@awinkler@openbiblio.social
2026-07-06 13:40:37

Weiß man denn Genaueres, was in Sachen Footer/Wasserzeichen für die neuen Praxisregeln Digitalisierung der DFG diskutiert wird?

@grahamperrin@bsd.cafe
2026-06-08 10:53:15

@… yes, this is typically Bugzilla doing what it's told in response to the commit-hook account; and commit-hook partly does what it's told by the human committer.
Re: <

@thomasfuchs@hachyderm.io
2026-07-19 18:38:32

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).