tests mise en page

This commit is contained in:
sarahgarcin1 2026-03-08 11:09:35 +01:00
parent 581d60f883
commit bc350af540
52 changed files with 961 additions and 72 deletions

View file

@ -9,7 +9,7 @@ Kirby::plugin('sarahgarcin/notes-tag', [
'html' => function($tag) {
$note = $tag->attr('note');
return '<span class="footnote">'.$note.'</span>';
return '<span class="margin-note">'.$note.'</span>';
}
]