Sha256: 524862002ababdcf3a178282e1c5cf748aee0a491c6cd8b3d2e463e97257b9b2

Contents?: true

Size: 1.8 KB

Versions: 24

Compression:

Stored size: 1.8 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 %}
        <div class="footer-text-container">
        {% if page.shortcut %}
            <p>
                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>
                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>
                &copy; <a href="https://wwwen.uni.lu/" target="_parent">
                    <strong>Université du Luxembourg</strong>,
                </a>
                {{ 'now' | date: "%Y" }}. All rights reserved.
            </p>

        {% if site.siteID > 0 %}
            {%- include policy.html -%}
        {% endif %}
        </div>

        <div class="social-container">
            {%- include social.html -%}
        </div>
    </div>
  </div>
</footer>
{% if site.siteID > 0 %}
    {%- include gdpr-banner.html -%}
{% endif %}

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
jekyll-theme-lcsb-default-0.4.23 _includes/footer.html
jekyll-theme-lcsb-default-0.4.22 _includes/footer.html
jekyll-theme-lcsb-default-0.4.21 _includes/footer.html
jekyll-theme-lcsb-default-0.4.20 _includes/footer.html
jekyll-theme-lcsb-default-0.4.19 _includes/footer.html
jekyll-theme-lcsb-default-0.4.18 _includes/footer.html
jekyll-theme-lcsb-default-0.4.17 _includes/footer.html
jekyll-theme-lcsb-default-0.4.16 _includes/footer.html
jekyll-theme-lcsb-default-0.4.15 _includes/footer.html
jekyll-theme-lcsb-default-0.4.14 _includes/footer.html
jekyll-theme-lcsb-default-0.4.13 _includes/footer.html
jekyll-theme-lcsb-default-0.4.12 _includes/footer.html
jekyll-theme-lcsb-default-0.4.11 _includes/footer.html
jekyll-theme-lcsb-default-0.4.10 _includes/footer.html
jekyll-theme-lcsb-default-0.4.9 _includes/footer.html
jekyll-theme-lcsb-default-0.4.8 _includes/footer.html
jekyll-theme-lcsb-default-0.4.7 _includes/footer.html
jekyll-theme-lcsb-default-0.4.6 _includes/footer.html
jekyll-theme-lcsb-default-0.4.5 _includes/footer.html
jekyll-theme-lcsb-default-0.4.4 _includes/footer.html