summaryrefslogtreecommitdiff
path: root/design/templates/base.html
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2013-04-24 11:28:20 -0400
committerluxagraf <sng@luxagraf.net>2013-04-24 11:28:20 -0400
commit8e75b46e1ccbd897b32932db4efe0de1f78f60a5 (patch)
tree21c0b6817e554136d070a5f833d2fb95ef52f21c /design/templates/base.html
parent1647644fbf4253d3ddd80bc8be1c09c1e4709930 (diff)
moved rss feed and got rid of Feedburner
Diffstat (limited to 'design/templates/base.html')
-rw-r--r--design/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/base.html b/design/templates/base.html
index afb812c..ea85022 100644
--- a/design/templates/base.html
+++ b/design/templates/base.html
@@ -13,7 +13,7 @@
<link rel="alternate"
type="application/rss+xml"
title="Luxagraf RSS feed"
- href="http://feeds2.feedburner.com/luxagraf/blog">
+ href="http://luxagraf.net/rss/">
{%block stylesheet%}<link rel="stylesheet"
href="{{MEDIA_URL}}css/stylesv6.css"
media="screen">{%endblock%}