Sha256: 0eb88d84255f3eb34ab5aa375fc2b440d5951232183f4b08564424294911893e
Contents?: true
Size: 820 Bytes
Versions: 1
Compression:
Stored size: 820 Bytes
Contents
{% if site.copyright.size > 0 or site.legal.size > 0 or site.hydejack.advertise %} <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 class="heading flip-title" href="{% include smart-url.txt 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://hydejack.com/">Hydejack</a> v<span id="_version">8.1.0</span></small></p> <hr class="sr-only"/> </footer> {% endif %}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-hydejack-8.1.0 | _includes/body/footer.html |