feat: Update basic screens
- Add order to front matter - Separate script and assets block - Sort index lists
This commit is contained in:
parent
fdef673886
commit
6a717b7ab8
7 changed files with 20 additions and 21 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue