Various fixes
All checks were successful
Release Creation / build (release) Successful in 51s

This commit is contained in:
2025-06-15 16:32:47 +02:00
parent d03c5f2c1e
commit eea83aa10e
9 changed files with 62 additions and 13 deletions

View File

@@ -2,7 +2,12 @@
<div class="intro-chat">
<h2>{{name}}</h2>
<ul>
<li><strong>Orientation : </strong>{{system.orientation}}</li>
{{#if (eq system.orientation "Upright")}}
<li><strong>Orientation : </strong>Upright</li>
{{else}}
<li><strong>Orientation : </strong>Reversed</li>
{{/if}}
<li><strong>Quote : </strong>{{system.quote}}</li>
{{#if (eq system.orientation "Upright")}}