summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html
index ec35269..4abf87d 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -15,12 +15,12 @@
type="application/rss+xml"
title="RSS 2.0"
href="http://feeds2.feedburner.com/luxagraf/blog">
- <link rel="stylesheet"
+ {%block stylesheet%}<link rel="stylesheet"
href="{{MEDIA_URL}}css/base.css"
- media="screen">
+ media="screen">{%endblock%}{%comment%}
<link rel="stylesheet"
href="{{MEDIA_URL}}css/print.css"
- media="print">{%block stylesheet%}{%endblock%}
+ media="print">{%endcomment%}
<link rel="shortcut icon"
href="http://media.luxagraf.net/img/favicon.ico"
type="image/vnd.microsoft.icon">