Sha256: 26e616e522caa7d3162ec2fcfe32892509dc0ededb8e4422c0c4ea15dc5ceebd
Contents?: true
Size: 810 Bytes
Versions: 3
Compression:
Stored size: 810 Bytes
Contents
{%- assign license = site.posts | find: "layout", "license" -%} {%- assign code_of_conduct = site.posts | find: "layout", "code_of_conduct" -%} {%- assign privacy_policy = site.posts | find: "layout", "privacy_policy" -%} <footer class="p-3"> <ul class="list-unstyled"> {% if license %} <li> <a href="{{ license.url }}" rel="license">{{ license.title }}</a> </li> {% endif %} {% if code_of_conduct %} <li> <a href="{{ code_of_conduct.url }}" rel="code-of-conduct">{{ code_of_conduct.title }}</a> </li> {% endif %} {% if privacy_policy %} <li> <a href="{{ privacy_policy.url }}" rel="privacy-policy">{{ privacy_policy.title }}</a> </li> {% endif %} <p class="text-center d-print-none"> {{ site.i18n.home.footer | markdownify }} </p> </footer>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
adhesiones-jekyll-theme-0.3.2 | _includes/footer.html |
adhesiones-jekyll-theme-0.3.1 | _includes/footer.html |
adhesiones-jekyll-theme-0.3.0 | _includes/footer.html |