add feed references in template
This commit is contained in:
parent
111ea2e3f1
commit
169a76bd9c
1 changed files with 7 additions and 0 deletions
|
@ -10,6 +10,13 @@
|
|||
<link rel="stylesheet" href="/css/default.css" />
|
||||
<link rel="stylesheet" href="/css/font.css" />
|
||||
<link rel="icon" type="image/svg+xml" href="/images/Chaoszone.svg">
|
||||
|
||||
<!-- RSS -->
|
||||
<link rel="alternate" type="application/rss+xml" title="Chaoszone news" href="/rss.xml">
|
||||
|
||||
<!-- ATOM -->
|
||||
<link rel="alternate" type="application/atom+xml" title="Chaoszone news" href="/atom.xml">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="logo">
|
||||
|
|
Loading…
Reference in a new issue