Minor bug fix to render some icons in HTML text. :-)

This commit is contained in:
Scott Idem
2026-03-20 19:25:03 -04:00
parent 1c8997bd4f
commit de8a016bda

View File

@@ -229,6 +229,14 @@
{$events_loc?.title ? ` — ${$events_loc.title}` : ''}
</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<!--
@page rule sets paper size for the browser print dialog.
Scoped per layout code from the badge template.