Sha256: 12f8fe5c9c5cf80c0cd88b41f1eb6b56af5feeb513e24436c7933dcd60da34dc
Contents?: true
Size: 1.96 KB
Versions: 3
Compression:
Stored size: 1.96 KB
Contents
<footer class="site-footer" aria-label="footer" role="contentinfo"> <div class="contained"> <div class="footer-header"> <a class="footer-heading" rel="author" href="{{ '/' | relative_url }}"> {%- if site.logo -%} <strong class="screen-reader-text">{{ site.title | escape }}</strong> <img src="{{ '/assets/images/logo/' | append: site.logo | relative_url }}" alt="{{ site.title | escape }}" height="2rem"> {%- else -%} <strong class="h2">{{ site.title | escape }}</strong> {%- endif -%} </a> </div> <div class="footer-content"> <div class="footer-cell"> <ul class="contact-list"> <li class="p-name"> {%- if site.author -%} {{ site.author | escape }} {%- else -%} {{ site.title | escape }} {%- endif -%} </li> {%- if site.email -%} <li><a class="u-email" href="mailto:{{ site.email }}">{{ site.email }}</a></li> {%- endif -%} </ul> </div> <div class="footer-cell"> {%- include social.html -%} </div> <div class="footer-cell"> <p>{{- site.colophon | escape -}}</p> </div> </div> </div> </footer> {%- assign use_social = false -%} {%- for network in site.data.social.networks -%} {%- if network.username != nil or network.use -%} {%- assign use_social = true -%} {%- endif -%} {%- endfor -%} {%- if use_social -%} <svg xmlns="http://www.w3.org/2000/svg" class="hidden"> {%- for network in site.data.social.networks -%} {%- if network.username != nil or network.use -%} {{ network.icon | raw }} {%- endif -%} {%- endfor -%} </svg> {%- endif -%}
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
aemi-1.0.19 | _includes/footer.html |
aemi-1.0.18 | _includes/footer.html |
aemi-1.0.17 | _includes/footer.html |