Sha256: 8a9fbb50f15589973ede55aefe6909ca2a3a71418a6a059e26f38e97b8d4da12

Contents?: true

Size: 1.4 KB

Versions: 5

Compression:

Stored size: 1.4 KB

Contents

<footer class="site-footer h-card">
  <div class="wrapper footer-wrapper">
    <data class="u-url" href="{{ "/" | relative_url }}"></data>

    <div class="footer-cp">
      <div class="r3-logo-container">
        <img class="r3-logo" src="{{ '/assets/banners/r3-logo.svg' | relative_url }}" type="image/svg+xml" />
        <img class="lcsb-logo" src="{{ '/assets/banners/lcsb-compact.svg' | relative_url }}" type="image/svg+xml" />
      </div>

      {% comment %}This is used to generate share URL for howto-pages{% endcomment %}
      {% if page.shortcut %}
      <p class="site-footer-share">Share this page:
        <a href="{{ site.share_url }}{{ page.shortcut }}">
          {{ site.share_url }}{{ page.shortcut }}
        </a>
      </p>
      {% elsif page.include_link %}
        {% assign parts = page.url | absolute_url | replace: ".html", "" | replace: "http://", "" | replace: "https://", "" | split: "/" %}
      <p class="site-footer-share">Share this page:
        <a href="{{ site.share_url }}{{ parts[site.include_link_index] }}">
          {{ site.share_url }}{{ parts[site.include_link_index] }}
        </a>
      </p>
      {% endif %}

      <p>
        © <a href="https://wwwen.uni.lu/" target="_parent">
            <strong>Université du Luxembourg</strong>,
          </a>
        {{ 'now' | date: "%Y" }}. All rights reserved.

        {%- include social.html -%}
      </p>
    </div>
  </div>
</footer>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-lcsb-default-0.3.19 _includes/footer.html
jekyll-theme-lcsb-default-0.3.18 _includes/footer.html
jekyll-theme-lcsb-default-0.3.17 _includes/footer.html
jekyll-theme-lcsb-default-0.3.16 _includes/footer.html
jekyll-theme-lcsb-default-0.3.15 _includes/footer.html