initial commit
This commit is contained in:
30
templates/partials/footer.html
Normal file
30
templates/partials/footer.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<footer class="oc-footer">
|
||||
<div class="oc-container oc-footer-inner">
|
||||
<div class="oc-footer-left">
|
||||
|
||||
<!-- 👇 Add your PNG logo here -->
|
||||
<a href="https://www.irt-saintexupery.com/">
|
||||
<img
|
||||
src="/logo_IRT Saint Exupery_RVB_300x166.png"
|
||||
alt="OpenCloud footer logo"
|
||||
class="oc-footer-logo"
|
||||
/>
|
||||
</a>
|
||||
<div class="oc-footer-text">
|
||||
<p>© {{ now() | date(format="%Y") }} {{ config.extra.project_name | default(value="OpenCloud") }}</p>
|
||||
<p class="oc-footer-tagline">
|
||||
{{ config.extra.tagline | default(value="Sovereign, distributed, open-source cloud.") }}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="oc-footer-right">
|
||||
{% if config.extra.repo_url %}
|
||||
<a href="{{ config.extra.repo_url | safe }}" class="oc-footer-link" target="_blank" rel="noopener">
|
||||
Source code
|
||||
</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user