blog.trnck.dev
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use avif, since that's where it's at

+5 -1
+5 -1
_includes/masthead.html
··· 5 5 {% endif %} 6 6 7 7 <a href="https://trnck.dev"> 8 - <img src="https://trnck.dev/assets/img/logo.png" class="circle mb-3 logo" style="max-width: 150px;"> 8 + <picture> 9 + <source class="circle mb-3 logo" width="150" srcset="https://trnck.dev/assets/img/logo.avif" /> 10 + <img class="circle mb-3 logo" width="150" src="https://trnck.dev/assets/img/logo.png" alt="" /> 11 + </picture> 9 12 </a> 13 + 10 14 <h1 class="{% if site.style == 'dark' %}text-white{% endif %} mb-2 lh-condensed"><a href="{{ site.url }}{{ site.baseurl | append:'/' }}">{% if user.name %}{{ user.name }}{% else %}{{ user.login }}{% endif %}</a></h1> 11 15 <p class="mb-3 f4 {% if site.style == 'dark' %}text-white{% else %}text-gray{% endif %}"> 12 16 {{ user.bio }}