Sha256: 18e69cba576940d796dca25c529b489c1bb9435188e7be89fb40c5e4aa93b14d
Contents?: true
Size: 1.92 KB
Versions: 1
Compression:
Stored size: 1.92 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.timestamp %} <p>Last page modification: {{ page.timestamp }}</p> {% endif %} {% 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> © <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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-lcsb-default-0.5.0 | _includes/footer.html |