Skip to content

Commit

Permalink
Rename RSSlink to RSSLink
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalcraftsman committed Nov 17, 2016
2 parents dbf82db + 99a6d2a commit d34cfef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
<link rel="shortcut icon" href="/favicon.png">

<!-- RSS -->
<link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
</head>

0 comments on commit d34cfef

Please sign in to comment.