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

remplace le contenu du footer (2 listes atm)

parent 07acfa01
No related branches found
No related tags found
No related merge requests found
...@@ -109,19 +109,29 @@ analytics: ...@@ -109,19 +109,29 @@ analytics:
# Site Footer # Site Footer
footer: footer:
links: 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" # - label: "Twitter"
# icon: "fab fa-fw fa-twitter-square" # icon: "fab fa-fw fa-twitter-square"
# url: # url:
- label: "Facebook" # - label: "Facebook"
icon: "fab fa-fw fa-facebook-square" # icon: "fab fa-fw fa-facebook-square"
url: "https://facebook.com/CCLuminy" # url: "https://facebook.com/CCLuminy"
- label: "HelloAsso" # - label: "HelloAsso"
url: "https://www.helloasso.com/associations/centre-culturel-de-luminy" # url: "https://www.helloasso.com/associations/centre-culturel-de-luminy"
- label: "GitHub" # - label: "GitHub"
icon: "fab fa-fw fa-github" # icon: "fab fa-fw fa-github"
url: "https://github.com/CCLuminy/CCL-site" # url: "https://github.com/CCLuminy/CCL-site"
- label: "À propos" # - label: "À propos"
url: "/contacts/#fonctionnement-associatif" # url: "/contacts/#fonctionnement-associatif"
# - label: "GitLab" # - label: "GitLab"
# icon: "fab fa-fw fa-gitlab" # icon: "fab fa-fw fa-gitlab"
# url: # url:
......
# /_data/authors.yml # /_data/authors.yml
authors: authors:
- name : "CCL" - name : "Centre Culturel de Luminy"
prefix : "ccl" prefix : "ccl"
avatar : /assets/images/authors-logo/indien-petit.png avatar : /assets/images/authors-logo/indien-petit.png
og_image : /assets/images/logo-ccl-grand.png og_image : /assets/images/logo-ccl-grand.png
......
<div class="page__footer-follow"> <div class="page__footer-follow">
<ul class="social-icons"> <div>
<!-- {% if site.data.ui-text[site.locale].follow_label %} --> Luminy.org :
<!-- <li><strong>{{ site.data.ui-text[site.locale].follow_label }}</strong></li> --> <ul>
<!-- {% endif %} --> {% for link in site.footer.links %}
<li>
{% if site.footer.links %} <a href="{{ link.url }}/">{{ link.label }}</a>
{% for link in site.footer.links %} </li>
{% if link.label and link.url %} {% endfor %}
<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> </div>
{% endif %} <div>
{% endfor %} Raccourcis :
{% endif %} <ul>
{% for author in site.data.authors.authors %}
{% if site.rss %} <li>
<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> <a href="/{{ author.prefix }}/">{{ author.name }}</a>
{% endif %} </li>
</ul> {% endfor %}
</div>
</div> </div>
<div class="page__footer-copyright">&copy; 2002-{{ site.time | date: '%Y' }} {{ site.name | default: site.title }}</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>. -->
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