(Grav GitSync) Automatic Commit from RealStickman
This commit is contained in:
parent
8deeda392f
commit
7538ee8eba
Binary file not shown.
Binary file not shown.
@ -66,3 +66,32 @@
|
|||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="scrollbar-outer">
|
||||||
|
<div class="highlightable">
|
||||||
|
{% if theme_config.top_level_version %}
|
||||||
|
{% for slug, ver in pages.children %}
|
||||||
|
{{ macro.version(ver) }}
|
||||||
|
<ul id="{{ slug }}" class="topics">
|
||||||
|
{{ macro.loop(ver, '') }}
|
||||||
|
</ul>
|
||||||
|
{% endfor %}
|
||||||
|
{% else %}
|
||||||
|
<ul class="topics">
|
||||||
|
{% if theme_config.root_page %}
|
||||||
|
{{ macro.loop(page.find(theme_config.root_page), '') }}
|
||||||
|
{% else %}
|
||||||
|
{{ macro.loop(pages, '') }}
|
||||||
|
{% endif %}
|
||||||
|
</ul>
|
||||||
|
{% endif %}
|
||||||
|
<hr />
|
||||||
|
|
||||||
|
<a class="padding" href="#" data-clear-history-toggle><i
|
||||||
|
class="fa fa-fw fa-history"></i> {{ 'THEME_LEARN2_CLEAR_HISTORY'|t }}</a><br/>
|
||||||
|
|
||||||
|
<section id="footer">
|
||||||
|
<p>{{ 'THEME_LEARN2_BUILT_WITH_GRAV'|t|raw }}</p>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user