Sha256: c19df4ba180cd7c6b50bc9fd1a455ec1a7cadf20564d208c85a11d41b1aec607

Contents?: true

Size: 565 Bytes

Versions: 5

Compression:

Stored size: 565 Bytes

Contents

{%- assign FOOTER = site.data[LANG].footer | default: site.data.footer %}
{%- if FOOTER %}
<footer>
  <ul>
    {%- for item in FOOTER -%}
    <li>
      {%- if item.copyright %}
        &copy; {{ site.time | date: "%Y" }}&nbsp;
      {%- endif %}
      {%- if item.icon -%}
        <span class="material-symbols-outlined">{{ item.icon }}</span>
      {%- endif -%}
      {%- if item.href %}
        <a href="{{ item.href }}">{{ item.text }}</a>
      {%- else %}
        {{ item.text }}
      {%- endif %}
    </li>
    {%- endfor %}
  </ul>
</footer>
{%- endif %}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
askclass-home-theme-0.1.4 _includes/footer.html
askclass-home-theme-0.1.3 _includes/footer.html
askclass-home-theme-0.1.2 _includes/footer.html
askclass-home-theme-0.1.1 _includes/footer.html
askclass-home-theme-0.1.0 _includes/footer.html