diff options
-rw-r--r-- | project/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/templates/base.html b/project/templates/base.html index ddac403..fe2b0b6 100644 --- a/project/templates/base.html +++ b/project/templates/base.html @@ -14,7 +14,7 @@ <link rel="icon" href="/static/img/favicon.ico" type="image/x-icon" /> - <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="/feeds/blog" /> + <!--<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="/feeds/blog" />--> </head> <body> |