Sha256: 3dbbc2f2d881ae90619de91fd896070e91fb1f9049a58e5521901762a29db24f
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.0.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.0.0 | _includes/body/footer.html |