Skip to content

Commit

Permalink
Fixes broken rss meta tag in the head
Browse files Browse the repository at this point in the history
  • Loading branch information
Constantin Jacob committed May 24, 2016
1 parent b399c7b commit 2bf810c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>@@SiteTitle@@ &mdash; @@Title@@</title>
<link rel="stylesheet" type="text/css" href="/css/site.css">
<link rel="alternate" type="application/rss+xml" title="@@SiteTitle@@" href="/rss" />
<link rel="alternate" type="application/rss+xml" title="@@SiteTitle@@ with link posts pointed to @@SiteTitle" href="/rss-alternate" />
<link rel="alternate" type="application/rss+xml" title="@@SiteTitle@@ with link posts pointed to @@SiteTitle@@" href="/rss-alternate" />
<!-- Twitter Cards -->
<meta property="twitter:card" content="summary" />
<meta property="twitter:site" content="@site_twitter_username" />
Expand Down

0 comments on commit 2bf810c

Please sign in to comment.