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 %} © {{ site.time | date: "%Y" }} {%- 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