We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a7d09a commit 853134eCopy full SHA for 853134e
_includes/head.html
@@ -7,6 +7,7 @@
7
<link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}">
8
<link rel="shortcut icon" type="image/png" href="{{ "assets/img/favicon.png" | relative_url }}" >
9
<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 }}">
11
<script src="{{ "/assets/js/main.js" | relative_url }}"></script>
12
{% if jekyll.environment == 'production' and site.google_analytics %}
13
{% include google-analytics.html %}
0 commit comments