1
0
mirror of https://github.com/TeamNewPipe/website synced 2025-10-06 00:22:38 +02:00

Add second RSS feed to head

This commit is contained in:
TobiGr
2018-03-07 01:03:02 +01:00
parent 131808b4dd
commit f909252b04
2 changed files with 6 additions and 2 deletions

View File

@@ -13,7 +13,9 @@
<!--<base href="{{ site.baseurl }}" >-->
<link rel="icon" href="{{ site.baseurl }}/img/favicon.ico" type="icon" sizes="64x64">
<link rel="alternate" type="application/atom+xml" title="RSS" href="/blog/feeds/news.atom"/>
<link rel="alternate" type="application/rss+xml" title="RSS" href="/blog/feeds/news.rss"/>
<link rel="alternate" type="application/atom+xml" title="ATOM" href="/blog/feeds/news.atom"/>
<!-- JQuery -->

View File

@@ -13,7 +13,9 @@
<meta charset="UTF-8" />
<link rel="icon" href="{{ site.baseurl }}/img/favicon.ico" sizes="64x64" />
<link rel="alternate" type="application/atom+xml" title="RSS" href="/blog/feeds/news.atom"/>
<link rel="alternate" type="application/rss+xml" title="RSS" href="/blog/feeds/news.rss"/>
<link rel="alternate" type="application/atom+xml" title="ATOM" href="/blog/feeds/news.atom"/>
<!-- JQuery -->
<script src="{{ site.baseurl }}/js/jquery.min.js"></script>