Skip to content

Commit

Permalink
Merge pull request #73 from nodejs/site.locale.feeds
Browse files Browse the repository at this point in the history
properly prefix feeds links with locale
  • Loading branch information
fhemberger committed Sep 1, 2015
2 parents f30b0f0 + ab3ef1f commit 77e8806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/html-head.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<link rel="canonical" href="{{ site.url }}{{#if path}}{{ path }}/{{/if}}">
{{#each site.feeds}}
<link rel="alternate" href="/{{ site.locale }}/{{ link }}" title="{{ text }}" type="application/rss+xml">
<link rel="alternate" href="/{{ ../site.locale }}/{{ link }}" title="{{ text }}" type="application/rss+xml">
{{/each}}
<link rel="stylesheet" href="/{{ site.locale }}/styles.css" media="all">
<link rel="stylesheet" href="/static/css/prism-tomorrow.css" media="all">
Expand Down

0 comments on commit 77e8806

Please sign in to comment.