feat: Replace directory for includes with submodule
Create new repository hippie-view for _includes.
This commit is contained in:
parent
86f3c679c3
commit
bffa82030b
74 changed files with 84 additions and 684 deletions
|
|
@ -4,7 +4,7 @@ tags:
|
|||
- game
|
||||
---
|
||||
{% assign bodyClass = 'body_mwo' -%}
|
||||
{% layout 'hippie/game.liquid' %}
|
||||
{% layout 'hippie-view/game.liquid' %}
|
||||
|
||||
{% block links %}
|
||||
{{ block.super -}}
|
||||
|
|
@ -41,6 +41,21 @@ tags:
|
|||
<button onclick="changeConnectorStyle('circle')"><i class="bi bi-circle-fill"></i></button>
|
||||
<button onclick="changeConnectorStyle('diamond')"><i class="bi bi-diamond-fill"></i></button>
|
||||
</nav>
|
||||
<nav>
|
||||
<span>Drag/Attraction</span>
|
||||
<button>Toggle</button>
|
||||
<hr class="vertical">
|
||||
<div class="group_nav">
|
||||
<label>Strength</label>
|
||||
<input min="0" max="100" value="16" type="range">
|
||||
<span>0.15</span>
|
||||
</div>
|
||||
<div class="group_nav">
|
||||
<label>Distance</label>
|
||||
<input min="48" max="512" value="256" type="range">
|
||||
<span>256</span>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
{% endblock %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue