summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2010-06-12 18:25:46 +0000
committerluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2010-06-12 18:25:46 +0000
commiteb3f49331e2ed0c1373ac78ce6935f2370b9e968 (patch)
tree15ffd2c20a787509bda51d14ff6673838d1024f4 /templates/base.html
parent05c3b50f7efb39eb55734da15ff272b7693737ae (diff)
added hyphenation support and changed to justified text for homepage and writing archives. Also eliminated ifequal and ifnotequal template tags
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/base.html b/templates/base.html
index 351df30..320b114 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -5,7 +5,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!--[if IE]>
- <script src="{{media_url}}js/html5.js"></script>
+ <script src="{{MEDIA_URL}}js/html5.js"></script>
<![endif]-->
@@ -16,16 +16,16 @@
<link rel="stylesheet"
- href="{{media_url}}css/base.css"
+ href="{{MEDIA_URL}}css/base.css"
type="text/css"
media="screen">
<link rel="stylesheet"
- href="{{media_url}}css/print.css"
+ href="{{MEDIA_URL}}css/print.css"
type="text/css"
media="print">
{%block stylesheet%}{%endblock%}
- <!--[if lte IE 7]><link rel="stylesheet" href="http://luxagraf.net/media/css/ie.css" type="text/css" media="screen, projection"><![endif]-->
+ <!--[if lte IE 7]><link rel="stylesheet" href="{{MEDIA_URL}}css/ie.css" type="text/css" media="screen, projection"><![endif]-->
<link rel="shortcut icon"