Sha256: 52d031bf2ede38479fe7cf20b14147322dd16ad749acf7065b4daad473e31cd4

Contents?: true

Size: 796 Bytes

Versions: 1

Compression:

Stored size: 796 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">{{ site.i18n.footer.description | markdownify }}</p>
</footer>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sutty-donaciones-jekyll-theme-0.2.0 _includes/footer.html