Skip to content
Snippets Groups Projects
Commit d0d07279 authored by Lukas Schauer's avatar Lukas Schauer :unlock:
Browse files

add link-tag for rss feed

parent 34c2e9c1
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,8 @@
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feed.xml">
<link href="/css/font-awesome.min.css" rel="stylesheet">
<script src="/js/jquery.min.js"></script>
</head>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment