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:
@@ -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 -->
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user