Skip to content

Commit b8812e6

Browse files
committed
Add <link rel> to Atom feed
1 parent 9eb0da9 commit b8812e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

themes/juice/templates/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
{% block head %}
2626
<link rel="stylesheet" href="{{ get_url(path="carbon.css") }}">
2727
{% endblock head %}
28+
<link rel="alternate" type="application/atom+xml" title="Context-Generic Programming Atom Feed" href="/atom.xml">
2829
</head>
2930

3031
<body>

0 commit comments

Comments
 (0)