Skip to content

Commit

Permalink
Merge pull request #9 from indigotree/html-validation-errors
Browse files Browse the repository at this point in the history
Remove `rel=feed` but keep `rel=alternative`
  • Loading branch information
crgeary authored Oct 20, 2017
2 parents 8c56482 + 6719cce commit f1e8b3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

{{ if .RSSLink }}
<link href="{{ .RSSLink }}" title="{{ .Site.Title }}" type="application/rss+xml" rel="alternate">
<link href="{{ .RSSLink }}" title="{{ .Site.Title }}" type="application/rss+xml" rel="feed">
{{ end }}

{{ block "site/styles" . }}{{ partial "site/styles.html" . }}{{ end }}
Expand Down

0 comments on commit f1e8b3a

Please sign in to comment.