Skip to content

Commit

Permalink
use hard coded feed url for now
Browse files Browse the repository at this point in the history
  • Loading branch information
schuer committed Sep 9, 2019
1 parent 8ae9379 commit dc7d709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">

{% feed_meta %}
<link type="application/atom+xml" rel="alternate" href="{{ site.url | append: '/rss/' }}" title="DECAF Blog">

<link rel="apple-touch-icon" sizes="180x180" href="{{ 'icons/apple-touch-icon.png' | relative_url }}">
<link rel="icon" type="image/png" sizes="32x32" href="{{ 'icons/favicon-32x32.png' | relative_url }}">
Expand Down

0 comments on commit dc7d709

Please sign in to comment.