blog.trnck.dev
0
fork

Configure Feed

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

includes/header: fix user definition.

+1 -1
+1 -1
_includes/header.html
··· 8 8 9 9 {% assign posts_total = site.posts | size %} 10 10 11 - {% assign user = site.github.owner | jsonify %} 11 + {% assign user = site.github.owner %} 12 12 13 13 <!doctype html> 14 14 <html>