We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5037150 commit 68acf77Copy full SHA for 68acf77
_layouts/base.html
@@ -6,7 +6,7 @@
6
<title>{{ page.title }}</title>
7
{% if page.description %}<meta name="description" content="{{ page.description }}">{% endif %}
8
<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">
+ <link rel="feed" type="application/atom+xml" href="https://github.com/lodash/lodash/commits/master.atom">
10
<script src="/assets/js/lodash.js"></script>
11
</head>
12
<body class="layout-{{ page.layout }}">
0 commit comments