diff options
Diffstat (limited to 'bootlex/templates')
-rw-r--r-- | bootlex/templates/base.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bootlex/templates/base.html b/bootlex/templates/base.html index 3aaffa6..481fb28 100644 --- a/bootlex/templates/base.html +++ b/bootlex/templates/base.html @@ -7,6 +7,10 @@ <link href="http://fonts.googleapis.com/css?family=Arimo:400,700|Inika" rel="stylesheet" type="text/css" /> <link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/bootstrap.css" /> <link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/pastie.css" /> + <link href="{{ FEED_DOMAIN }}/{{ FEED_ATOM }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} Atom Feed" /> + {% if FEED_RSS %} + <link href="{{ FEED_DOMAIN }}/{{ FEED_RSS }}" type="application/rss+xml" rel="alternate" title="{{ SITENAME }} RSS Feed" /> + {% endif %} {% endblock head %} {% include 'analytics.html' %} |