Minor bug fix to render some icons in HTML text. :-)
This commit is contained in:
@@ -229,6 +229,14 @@
|
|||||||
{$events_loc?.title ? ` — ${$events_loc.title}` : ''}
|
{$events_loc?.title ? ` — ${$events_loc.title}` : ''}
|
||||||
</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.
|
@page rule sets paper size for the browser print dialog.
|
||||||
Scoped per layout code from the badge template.
|
Scoped per layout code from the badge template.
|
||||||
|
|||||||
Reference in New Issue
Block a user