mirror of
https://github.com/minetestblog/minetestblog.github.io.git
synced 2025-07-15 02:38:54 +02:00
testing
This commit is contained in:
parent
875be41224
commit
d88d02b405
@ -1,4 +1,3 @@
|
||||
<footer>
|
||||
<span>{{ site.blog.description }}</span>
|
||||
<span>written by {{ site.author.fullname }}</span>
|
||||
</footer>
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user