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

revert footer stuffs

parent 9e4d43fd
No related branches found
No related tags found
No related merge requests found
...@@ -109,29 +109,19 @@ analytics: ...@@ -109,29 +109,19 @@ 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 : "Centre Culturel de Luminy" - name : "CCL"
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
......
ul class social-icons
<div class="page__footer-follow"> <div class="page__footer-follow">
<ul class="social-icons"> <ul class="social-icons">
{% for link in site.footer.links %} <!-- {% if site.data.ui-text[site.locale].follow_label %} -->
<li> <!-- <li><strong>{{ site.data.ui-text[site.locale].follow_label }}</strong></li> -->
<a href="{{ link.url }}/">{{ link.label }}</a> <!-- {% endif %} -->
</li>
{% endfor %} {% if site.footer.links %}
<ul class="social-icons"> {% for link in site.footer.links %}
{% for author in site.data.authors.authors %} {% 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="/{{ author.prefix }}/">{{ author.name }}</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 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