blog.trnck.dev
0
fork

Configure Feed

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

fix feed URL

+6 -2
+6 -2
_includes/masthead.html
··· 32 32 <div class="{% unless forloop.last == true %}mr-3{% endunless %} mb-3"> 33 33 {% assign service_shortname = account[0] %} 34 34 {% assign service = site.data.social_media[service_shortname] %} 35 - <a 36 - href="{{ service.profile_url_prefix }}{{ account[1] }}" 35 + <a 36 + {% if service.profile_url_prefix != "" %} 37 + href="{{ service.profile_url_prefix }}{{ account[1] }}" 38 + {% else %} 39 + href="{{ site.url }}{{ site.baseurl | append:'/' }}{{ account[1] }}" 40 + {% endif %} 37 41 {% if service.profile_url_prefix != "" %} target="_blank" {% endif %} 38 42 class="tooltipped tooltipped-se" 39 43 aria-label="{{ service.name }}: {{ account[1] }}"