You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hosts of link and id of the feed were "0.0.0.0".
I replaced {{ site.host }}, which returns 0.0.0.0, with {{ site.url }},
which returns "http://rubini.us" as defined in _config.yml.
0 commit comments