diff options
author | luxagraf <sng@luxagraf.net> | 2011-01-20 12:25:33 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2011-01-20 12:25:33 -0500 |
commit | 40fdd2a51a8ef3eaa9571970ca0cd440d60ce762 (patch) | |
tree | 1b5ae42cba6d47c7be9725c1fdd0f9a7935f38dc /templates/base.html | |
parent | 205fc827ef1dd21acc95139fca57651c9baccb2d (diff) |
started work on nat parks proj css, plus changed GA scripts
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 6 |
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"> |