Sha256: a6270502479ffd9732f54768c7b1fa02f075f700cd3810fc51e72350a83c236c

Contents?: true

Size: 909 Bytes

Versions: 7

Compression:

Stored size: 909 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 site.activity_pub_profile -%}
          {{- site.i18n.footer.fediverse -}}
        <span>
           @{{ site.activity_pub_profile -}}
        </span>
      </p>
    {%- endif -%}

  {% 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 %}
</footer>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sutty-jekyll-theme-0.3.6 _includes/footer.html
sutty-jekyll-theme-0.3.5 _includes/footer.html
sutty-jekyll-theme-0.3.4 _includes/footer.html
sutty-jekyll-theme-0.3.3 _includes/footer.html
sutty-jekyll-theme-0.3.2 _includes/footer.html
sutty-jekyll-theme-0.3.1 _includes/footer.html
sutty-jekyll-theme-0.3.0 _includes/footer.html