Skip to content

Commit 853134e

Browse files
author
Diego Fernandez
committed
Add feed.json to head
1 parent 3a7d09a commit 853134e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_includes/head.html

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}">
88
<link rel="shortcut icon" type="image/png" href="{{ "assets/img/favicon.png" | relative_url }}" >
99
<link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/feed.xml" | relative_url }}">
10+
<link rel="alternate" type="application/json" title="{{ site.title }}" href="{{ "/feed.json" | absolute_url }}">
1011
<script src="{{ "/assets/js/main.js" | relative_url }}"></script>
1112
{% if jekyll.environment == 'production' and site.google_analytics %}
1213
{% include google-analytics.html %}

0 commit comments

Comments
 (0)