mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix the atom feed url.
This commit is contained in:
parent
4727888831
commit
c3ed5c3a20
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
<title>{% block title %}{{ BLOGNAME }}{%endblock%}</title>
|
<title>{% block title %}{{ BLOGNAME }}{%endblock%}</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="stylesheet" href="{{ BLOGURL }}/css/main.css" type="text/css" />
|
<link rel="stylesheet" href="{{ BLOGURL }}/css/main.css" type="text/css" />
|
||||||
<link href="atom.xml" type="{{ BLOGURL }}/application/atom+xml" rel="alternate" title="{{ BLOGNAME }} ATOM Feed" />
|
<link href="{{ BLOGURL }}/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="{{ BLOGNAME }} ATOM Feed" />
|
||||||
|
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue