16 lines
931 B
HTML
16 lines
931 B
HTML
|
<footer class="main">
|
||
|
{%- assign _paths_rss = site.paths.rss | default: site.data.variables.default.paths.rss -%}
|
||
|
{%- include snippets/get-nav-url.html path=_paths_rss -%}
|
||
|
{%- assign _paths_rss = __return -%}
|
||
|
{%- include snippets/get-locale-string.html key='SUBSCRIBE' -%}
|
||
|
{%- assign _locale_nav_subscribe = __return -%}
|
||
|
<a type="application/rss+xml" href="{{ _paths_rss }}" title="{{ _locale_nav_subscribe }}"><i class="fa fa-rss fa-2x"></i></a>
|
||
|
 
|
||
|
{%- include snippets/get-locale-string.html key='COPYRIGHT_DATES' -%}
|
||
|
{%- assign _locale_copyright_dates = __return -%}
|
||
|
{{ site.title }} {{ _locale_copyright_dates }},
|
||
|
Propulsé par <a title="Jekyll is a simple, blog-aware, static site generator." href="http://jekyllrb.com/">Jekyll</a> & <a
|
||
|
title="TeXt is a super customizable Jekyll theme." href="https://github.com/kitian616/jekyll-TeXt-theme">TeXt Theme</a>
|
||
|
</footer>
|
||
|
|