plugins still can't inline huh

This commit is contained in:
41666 2025-04-22 12:04:25 -07:00
parent 4ee5913bd0
commit 3dd055b640
6 changed files with 22 additions and 16 deletions

View file

@ -0,0 +1,15 @@
#!/bin/sh
alterName=$1
message=$(<"/dev/stdin")
cat << EOF
<div class="alter alter-${alterName}">
<span class="alter-name">
${alterName}@41666$>&nbsp;
</span>
<span class="message">
${message}
</span>
</div>
EOF