add info and style

This commit is contained in:
sergiuToporjinschi
2022-02-01 23:32:22 +02:00
parent 63eb538cc3
commit 3e83707069
6 changed files with 43 additions and 22 deletions
@@ -56,4 +56,11 @@
</div>
</div>
</div>
{% endmacro %}
{% macro linkToMarlin(command, title) %}
<span class="add-on" title="{{ title }}">
<a target="_blank" href="https://marlinfw.org/docs/gcode/{{command}}.html"><i class="fas fa-info-circle"></i></a>
</span>
{% endmacro %}