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.
21 lines
1.3 KiB
21 lines
1.3 KiB
<div class="footer"> |
|
<div> |
|
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> |
|
<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> |
|
© {{ site.time | date: '%Y' }} {{ site.author.name }} |
|
</div> |
|
<div> |
|
<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> |
|
<li><a href="https://webdesign.tutsplus.com/articles/undress-to-impress-check-your-websites-without-css--cms-22489" alt="uses minimal CSS"><img src="{{ site.baseurl }}/assets/badge-uses_minimal_css.svg"></a></li> |
|
</ul> |
|
</div> |
|
</div>
|
|
|