graffen.dk-website/_includes/base.html

4 lines
182 B
HTML
Raw Normal View History

2016-11-08 22:09:59 +00:00
{% capture lvl %}{{ page.url | append:'index.html' | split:'/' | size }}{% endcapture %}
{% capture base %}{% for i in (3..lvl) %}../{% endfor %}{% endcapture %}
<!-- {{ base }} -->