fix(icon):typo
This commit is contained in:
parent
cd75da707e
commit
7e1c0927f4
@ -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>.
|
||||
</div>
|
||||
<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 class="px-20">
|
||||
🄯 {{ "now"|date("Y") }} - support@seacms.io
|
||||
|
@ -34,7 +34,7 @@
|
||||
<!-- Github Repo-->
|
||||
<div class="holder-panel tablet-hidden">
|
||||
{% 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 %}
|
||||
</div>
|
||||
</nav>
|
||||
|
@ -12,12 +12,12 @@
|
||||
<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">
|
||||
<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 class="hero-action grid lg:grid-cols-2">
|
||||
{% 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 %}
|
||||
</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>
|
||||
<!-- Icon Divider-->
|
||||
{% 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 %}
|
||||
</div>
|
||||
<!--
|
||||
|
Loading…
x
Reference in New Issue
Block a user