Skip to content
Snippets Groups Projects
Commit e239dcf6 authored by Eloi Perdereau's avatar Eloi Perdereau
Browse files

remplace le contenu du footer (2 listes atm)

parent 34dbdc20
No related branches found
No related tags found
No related merge requests found
......@@ -109,19 +109,29 @@ analytics:
# Site Footer
footer:
links:
- label: "Poèmes"
url: "/poemes/"
- label: "Témoignages"
url: "/poemes/"
- label: "À propos"
url: "/about/"
- label: "Contribuer"
url: "/contribute/"
- label: "Contact webmaster"
url: "/contact/"
# - label: "Twitter"
# icon: "fab fa-fw fa-twitter-square"
# url:
- label: "Facebook"
icon: "fab fa-fw fa-facebook-square"
url: "https://facebook.com/CCLuminy"
- label: "HelloAsso"
url: "https://www.helloasso.com/associations/centre-culturel-de-luminy"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/CCLuminy/CCL-site"
- label: "À propos"
url: "/contacts/#fonctionnement-associatif"
# - label: "Facebook"
# icon: "fab fa-fw fa-facebook-square"
# url: "https://facebook.com/CCLuminy"
# - label: "HelloAsso"
# url: "https://www.helloasso.com/associations/centre-culturel-de-luminy"
# - label: "GitHub"
# icon: "fab fa-fw fa-github"
# url: "https://github.com/CCLuminy/CCL-site"
# - label: "À propos"
# url: "/contacts/#fonctionnement-associatif"
# - label: "GitLab"
# icon: "fab fa-fw fa-gitlab"
# url:
......
# /_data/authors.yml
authors:
- name : "CCL"
- name : "Centre Culturel de Luminy"
prefix : "ccl"
avatar : /assets/images/authors-logo/indien-petit.png
og_image : /assets/images/logo-ccl-grand.png
......
<div class="page__footer-follow">
<ul class="social-icons">
<!-- {% if site.data.ui-text[site.locale].follow_label %} -->
<!-- <li><strong>{{ site.data.ui-text[site.locale].follow_label }}</strong></li> -->
<!-- {% endif %} -->
{% if site.footer.links %}
{% for link in site.footer.links %}
{% if link.label and link.url %}
<li><a href="{{ link.url }}" rel="nofollow noopener noreferrer"><i class="{{ link.icon | default: 'fas fa-link' }}" aria-hidden="true"></i> {{ link.label }}</a></li>
{% endif %}
{% endfor %}
{% endif %}
{% if site.rss %}
<li><a href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ '/feed.xml' | relative_url }}{% endif %}"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].feed_label | default: "Feed" }}</a></li>
{% endif %}
</ul>
<div>
Luminy.org :
<ul>
{% for link in site.footer.links %}
<li>
<a href="{{ link.url }}/">{{ link.label }}</a>
</li>
{% endfor %}
</div>
<div>
Raccourcis :
<ul>
{% for author in site.data.authors.authors %}
<li>
<a href="/{{ author.prefix }}/">{{ author.name }}</a>
</li>
{% endfor %}
</div>
</div>
<div class="page__footer-copyright">&copy; 2000-{{ site.time | date: '%Y' }} {{ site.name | default: site.title }}</div>
<!-- {{ site.data.ui-text[site.locale].website_label | default: "Website" }} {{ site.data.ui-text[site.locale].powered_by | default: "Powered by" | downcase }} <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> &amp; <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>, {{ site.data.ui-text[site.locale].hosted_by | default: "Hosted by" | downcase }} <a href="https://www.netlify.com/" rel="nofollow">Netlify</a>. -->
<div class="page__footer-copyright">&copy; 2002-{{ site.time | date: '%Y' }} {{ site.name | default: site.title }}</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment