feat: Update basic screens

- Add order to front matter
- Separate script and assets block
- Sort index lists
This commit is contained in:
sthag 2026-03-10 20:36:54 +01:00
parent fdef673886
commit 6a717b7ab8
7 changed files with 20 additions and 21 deletions

View file

@ -2,6 +2,7 @@
title: Components
tags:
- demoIndex
order: 3
---
{% layout 'hippie/page.liquid' %}
@ -306,7 +307,7 @@ tags:
<input id="inpPass" type="password"/>
<span id="hintPass" style="visibility:hidden"><kbd>Shift</kbd> is pressed.</span>
<br>
<input id ="inpText" type="text"/>
<input id="inpText" type="text"/>
<span id="hintText"><kbd>CapsLock</kbd> is on.</span>
</form>
</div>