M content/_index.md => content/_index.md +3 -1
@@ 15,4 15,6 @@ I wrote a few words about my design philoshophy,
[you can find the post here](@/posts/2021-05-05-small-not-minimal.md).
I also take care of these things:
-* [stpg.tk](//stpg.tk)>
\ No newline at end of file
+* [stpg.tk](//stpg-tk.netlify.app)
+* [FreeTube](//freetubeapp.io)
+* a secret project
M templates/base.html => templates/base.html +1 -1
@@ 8,7 8,7 @@
<link
rel="icon"
type="image/x-icon"
- href="data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mPs2OD9HwAFzwKEXosIuwAAAABJRU5ErkJggg=="
+ href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWPo2OD9HwAFygKDMsbmDQAAAABJRU5ErkJggg=="
>
<title>{% block title %}Vallode{% endblock title %}</title>