Skip to content

Commit

Permalink
added atom feed link to layout
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmore committed Mar 15, 2017
1 parent 5f9d354 commit 49dcf14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<meta charset="utf-8">
<link rel="stylesheet" href="{{ '/static/style.css'|url }}">
<title>{% block title %}Welcome{% endblock %} — TIGHTest</title>
<link href="feed.xml" type="application/atom+xml" rel="alternate" title="Blog Atom Feed" />
<body>
<header>
<h1>TIGHTest</h1>
Expand Down

0 comments on commit 49dcf14

Please sign in to comment.