Sha256: ebd9b04173d8d0a09f357b9d5c52adf1e9657d28df7b97ff4dc5b4a270dfdbf9
Contents?: true
Size: 1.04 KB
Versions: 11
Compression:
Stored size: 1.04 KB
Contents
<footer class="site-footer"> <div class="container"> <div class="site-info"> <div class="site-branding"> <h2 class="site-title">{{ site.title }}</h2> <p class="site-tagline">{{ site.tagline }}</p> </div> <div class="site-description"> {{ site.description | markdownify }} </div> {% if site.bean.copyright_notice -%} <div class="site-copyright"> {{ site.bean.copyright_notice | markdownify }} </div> {%- endif %} </div> {% if site.footer_menu.items -%} <nav class="footer-menu"> {% if site.footer_menu.title -%} <h2 class="screen-reader-text"> {{ site.footer_menu.title }} </h2> {%- endif %} {% for item in site.footer_menu.items -%} <a class="menu-item" {% if item.color -%} style="--item-color: {{ item.color }}" {%- endif %} href="{{ item.path }}"> {{ item.label }} </a> {%- endfor %} </nav> {%- endif %} </div> </footer>
Version data entries
11 entries across 11 versions & 1 rubygems