Sha256: 7ed4178bba272ef84189a75c5456d7d896528abec378656c5ae87c5260ceac92
Contents?: true
Size: 700 Bytes
Versions: 1
Compression:
Stored size: 700 Bytes
Contents
<footer role="contentinfo"> <hr/> {% if site.copyright.size > 0 %} <p><small class="copyright">{{ site.copyright | markdownify | replace:'<p>','' | replace:'</p>','' }}</small></p> {% endif %} {% if site.legal.size > 0 %} <nav class="legal"><small> {% for le in site.legal %} <a href="{% include smart-url url=le.href %}">{{ le.name | default:le.title }}</a> {% unless forloop.last %}{{ site.data.strings.separator | default:'|' }}{% endunless %} {% endfor %} </small></nav> {% endif %} <p><small>Powered by <a class="external" href="https://qwtel.com/hydejack/">Hydejack</a> v<span id="_version">7.5.1</span></small></p> <hr class="sr-only"/> </footer>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-hydejack-7.5.1 | _includes/footer.html |