Skip to content

Commit 68acf77

Browse files
committed
Remove "alternate" from feed rel attribute.
1 parent 5037150 commit 68acf77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>{{ page.title }}</title>
77
{% if page.description %}<meta name="description" content="{{ page.description }}">{% endif %}
88
<link rel="stylesheet" href="/assets/css/main.css">
9-
<link rel="feed alternate" type="application/atom+xml" href="https://github.com/lodash/lodash/commits/master.atom">
9+
<link rel="feed" type="application/atom+xml" href="https://github.com/lodash/lodash/commits/master.atom">
1010
<script src="/assets/js/lodash.js"></script>
1111
</head>
1212
<body class="layout-{{ page.layout }}">

0 commit comments

Comments
 (0)