1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-06 14:05:22 +02:00

update from master

This commit is contained in:
Taly 2022-06-29 04:10:00 +03:00
parent a23c243c56
commit 83182deb7d
2 changed files with 2 additions and 7 deletions

View file

@ -1 +0,0 @@
<aside class="docs-sidebar--right" id="layout-sidebar-right"></aside>

View file

@ -21,17 +21,13 @@
{% include "components/sidebar.twig" %}
<div class="docs__content">
<div class="docs__content-inner">
{% block body %}{% endblock %}
</div>
<aside class="docs__aside-right">
<div style="width: 100%; height: 100px; background: grey"/>
</aside>
<aside class="docs__aside-right" id="layout-sidebar-right"></aside>
</div>
{% include "components/sidebar-right.twig" %}
</div>
<script src="/dist/main.bundle.js"></script>