feat: Update card and placeholder
- Change card from njk to liquid - Fix flag placeholder - Update structure of card
This commit is contained in:
parent
f2ff20ce73
commit
fdef673886
5 changed files with 73 additions and 86 deletions
|
|
@ -14,7 +14,7 @@
|
|||
<g>
|
||||
<use xlink:href="#triangle-5" style="filter: url(#turb3);" />
|
||||
</g>{% endcomment %}
|
||||
{% if desc != '' %}
|
||||
{% if desc %}
|
||||
<desc>{{ desc }}</desc>
|
||||
{% endif %}
|
||||
<rect id="triangle-5" y="0" fill="#273F8B" width="1920" height="1200"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue