fix(icon):typo

This commit is contained in:
Thatoo 2023-02-17 23:36:41 +01:00
parent cd75da707e
commit 7e1c0927f4
3 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@
<a href="https://seacms.io"><b>SEA</b>CMS</a> is a fork of <a href="https://picocms.org/" target="_blank">Pico</a>. <a href="https://seacms.io"><b>SEA</b>CMS</a> is a fork of <a href="https://picocms.org/" target="_blank">Pico</a>.
</div> </div>
<div class="px-20"> <div class="px-20">
Is released under the <a href="https://eupl.eu/1.2/fr">EUPL license</a> and was <i class="icon moon-code"></i> with <i class="icon moon-heart"></i>. Is released under the <a href="https://eupl.eu/1.2/fr">EUPL license</a> and was <i class="icon icon-embed2"></i> with <i class="icon icon-heart"></i>.
</div> </div>
<div class="px-20"> <div class="px-20">
🄯 {{ "now"|date("Y") }} - support@seacms.io 🄯 {{ "now"|date("Y") }} - support@seacms.io

View File

@ -34,7 +34,7 @@
<!-- Github Repo--> <!-- Github Repo-->
<div class="holder-panel tablet-hidden"> <div class="holder-panel tablet-hidden">
{% if pages["_meta"].meta.icon0 %} {% if pages["_meta"].meta.icon0 %}
<div class="holder-contact bg-glaz text-bold"><a class="btn" href="">{{ pages["_meta"].meta.icon0_txt }}</a><i class="icon {{ pages["_meta"].meta.icon0 }} color-white"></i></div> <div class="holder-contact bg-glaz text-bold"><a class="btn" href="">{{ pages["_meta"].meta.icon0_txt }}</a><i class="icon icon-{{ pages["_meta"].meta.icon0 }} color-white"></i></div>
{% endif %} {% endif %}
</div> </div>
</nav> </nav>

View File

@ -12,12 +12,12 @@
<h1 id="hero-title" class="hero-title color-light">{{ site_title }}</h1> <h1 id="hero-title" class="hero-title color-light">{{ site_title }}</h1>
<div id="hero-desc" class="editable hero-desc color-light py-20 mb-16"> <div id="hero-desc" class="editable hero-desc color-light py-20 mb-16">
<hr> <hr>
<em class="color-2">Editable text with icon <i class="icon" aria-hidden="true"></i></em> <em class="color-2">Editable text with icon <i class="icon icon-{{ pages["_meta"].meta.icon2 }}" aria-hidden="true"></i></em>
</div> </div>
<div class="hero-action grid lg:grid-cols-2"> <div class="hero-action grid lg:grid-cols-2">
{% for button in pages["_meta"].meta.button %} {% for button in pages["_meta"].meta.button %}
<a class="btn hero-btn bg-glaz border-rounded no-decoration" href="{{ "index"|link }}">Editable button with icon<i class="icon {{ button.icon }} ml-8"></i></a> <a class="btn hero-btn bg-glaz border-rounded no-decoration" href="{{ "index"|link }}">Editable button with icon<i class="icon icon-{{ button.icon }} ml-8"></i></a>
{% endfor %} {% endfor %}
</div> </div>
</div> </div>
@ -80,7 +80,7 @@
<h2 class="page-section-heading text-center text-uppercase text-secondary mb-0">{{ meta.title ? meta.title : current_page.id }}</h2> <h2 class="page-section-heading text-center text-uppercase text-secondary mb-0">{{ meta.title ? meta.title : current_page.id }}</h2>
<!-- Icon Divider--> <!-- Icon Divider-->
{% if pages["_meta"].meta.icon1 %} {% if pages["_meta"].meta.icon1 %}
<a class="btn hero-btn bg-glaz border-rounded no-decoration" href="{{ "index"|link }}">Editable button with icon<i class="icon {{ pages["_meta"].meta.icon1 }} ml-8"></i></a> <a class="btn hero-btn bg-glaz border-rounded no-decoration" href="{{ "index"|link }}">Editable button with icon<i class="icon icon-{{ pages["_meta"].meta.icon1 }} ml-8"></i></a>
{% endif %} {% endif %}
</div> </div>
<!-- <!--