Skip to content

Commit

Permalink
Add feed info to HTML head
Browse files Browse the repository at this point in the history
Helps with discoverability
  • Loading branch information
mrmanc committed Jun 4, 2019
1 parent ac9f407 commit d2e87df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>

{% feed_meta %}
<link rel="stylesheet" href="{{ 'assets/css/main.css' | relative_url }}">

{% seo %}
Expand Down

0 comments on commit d2e87df

Please sign in to comment.