Initial commit with current state + bundled
This commit is contained in:
parent
1b057a5554
commit
de10aad814
187 changed files with 6831 additions and 0 deletions
7
_includes/base.html
Normal file
7
_includes/base.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{% assign base = '' %}
|
||||
{% assign depth = page.url | split: '/' | size | minus: 1 %}
|
||||
{% if depth == 1 %}{% assign base = '..' %}
|
||||
{% elsif depth == 2 %}{% assign base = '..' %}
|
||||
{% elsif depth == 3 %}{% assign base = '../..' %}
|
||||
{% elsif depth == 4 %}{% assign base = '../../..' %}
|
||||
{% elsif depth == 5 %}{% assign base = '../../../..' %}{% endif %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue