This commit is contained in:
MisterE123 2022-01-22 19:45:25 -05:00
parent 875be41224
commit d88d02b405
2 changed files with 1 additions and 10 deletions

View File

@ -1,4 +1,3 @@
<footer>
<span>{{ site.blog.description }}</span>
<span>written by {{ site.author.fullname }}</span>
</footer>

View File

@ -15,19 +15,11 @@
<ul>
<li>
<a href="https://youtube.com/{{ site.author.youtube }}" target="_blank" class="smaller">
<a href="https://matrix.to/#/#minetest-general:tchncs.de" target="_blank" class="smaller">
<span class="icon-matrix"></span>
</a>
</li>
{% if site.author.youtube %}
<li>
<a href="https://youtube.com/{{ site.author.youtube }}" target="_blank" class="smaller">
<span class="icon-youtube"></span>
</a>
</li>
{% endif %}
{% if site.author.stackoverflow %}
<li>
<a href="https://stackoverflow.com/{{ site.author.stackoverflow }}" target="_blank" class="smaller">