Sources du blog ALLELLA
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

36 lines
959 B

  1. <footer class="site-footer h-card">
  2. <data class="u-url" href="{{ "/" | relative_url }}"></data>
  3. <div class="wrapper">
  4. <!-- <h2 class="footer-heading">{{ site.title | escape }}</h2> -->
  5. <div class="footer-col-wrapper">
  6. <div class="footer-col footer-col-1">
  7. <ul class="contact-list">
  8. <li class="p-name">
  9. {%- if site.author -%}
  10. {{ site.author | escape }}
  11. {%- else -%}
  12. ALLELLA · {{ site.title | escape }}
  13. {%- endif -%}
  14. </li>
  15. {%- if site.email -%}
  16. <li><a class="u-email" href="mailto:{{ site.email }}">{{ site.email }}</a></li>
  17. {%- endif -%}
  18. </ul>
  19. </div>
  20. <!-- <div class="footer-col footer-col-2">
  21. {%- include social.html -%}
  22. </div> -->
  23. <div class="footer-col footer-col-3">
  24. <p>{{- site.description | escape -}}</p>
  25. </div>
  26. </div>
  27. </div>
  28. </footer>