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
Branches master
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 %} -->
{% if site.footer.links %}
{% for link in site.footer.links %} {% for link in site.footer.links %}
{% if link.label and link.url %} <li>
<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> <a href="{{ link.url }}/">{{ link.label }}</a>
{% endif %} </li>
{% endfor %} {% 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> </div>
<div>
<div class="page__footer-copyright">&copy; 2000-{{ site.time | date: '%Y' }} {{ site.name | default: site.title }}</div> Raccourcis :
<ul>
<!-- {{ 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>. --> {% 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; 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.
Please register or to comment