refactor: indent with tabs

This commit is contained in:
Cyril MARPAUD
2023-03-14 11:38:52 +01:00
parent 295c9151f4
commit c5976e9962
3 changed files with 47 additions and 48 deletions

View File

@ -1,7 +1,6 @@
{% macro card(section) -%}
{% set section_name = macro::get_section_name(section=section) %}
<div id="{{ section_name }}" class="fullflex">
<div class="arrows">
<div class="down">
<a aria-label="Go to {{ section_name }} section" href="#{{ section_name }}"><i class="fa-solid fa-chevron-down fa-2x"></i></a>