My blog
https://blog.franco.net.eu.org/
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.
20 lines
1.1 KiB
20 lines
1.1 KiB
<div class="footer"> |
|
<div class="jekyll-theme-note"> |
|
Made using <a href="{{ site.software.home }}" title="The Flux Of Thought theme by Franco Masotti">The Flux Of Thought</a> |
|
version <a href="{{ site.software.release_base_url }}/{{ site.software.version }}">{{ site.software.version }}</a> |
|
</div> |
|
<div class="license"> |
|
<a href="{{ site.website.source }}">Website content</a> is released under the |
|
<a href="{{ site.website.license.url }}">{{ site.website.license.name }}</a> license |
|
</div> |
|
<div class="copyright"> |
|
© {{ site.time | date: '%Y' }} {{ site.author.name }} |
|
</div> |
|
<div class="badges"> |
|
<ul> |
|
<li><a href="https://jekyllrb.com/"><img src="{{ site.baseurl }}/assets/badge-powered_by_jekyll.svg" alt="powered by Jekyll"></a></li> |
|
<li><a href="https://www.gnu.org/philosophy/javascript-trap.en.html"><img src="{{ site.baseurl }}/assets/badge-no_javascript.svg" alt="no JavaScript"></a></li> |
|
<li><a href="https://html.spec.whatwg.org/"><img src="{{ site.baseurl }}/assets/badge-uses_html5.svg" alt="uses HTML5"></a></li> |
|
</ul> |
|
</div> |
|
</div>
|
|
|