We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d01fb6 commit 54a2631Copy full SHA for 54a2631
docs/_includes/head.html
@@ -6,5 +6,5 @@
6
<title>{%if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
7
8
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl | replace: '//', '/' }}">
9
-
+ <link rel='alternate' type='application/atom+xml' href="{{ "/feed.xml" | prepend: site.baseurl | replace: '//', '/' }}">
10
</head>
0 commit comments