Changeset 59cf1af9294c217ba16d0c2861252d0760b6df6d
- Timestamp:
- 06/21/10 23:37:59 (3 months ago)
- Author:
- Jim Garrison <jim@…>
- Children:
- 2c60b6d7eeb983ca7000a5168fff228518f0e23f
- Parents:
- 98d616e3c7f55116b999f97cd354c6ed7ab5888c
- git-committer:
- Jim Garrison <jim@jimgarrison.org> / 2010-06-21T20:37:59Z-0700
- Message:
-
a few html5 changes
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r1d0e7e5
|
r59cf1af
|
|
| 1 | 1 | <!DOCTYPE html>{% load i18n %}{% load title %} |
| 2 | | <html> |
| | 2 | <html lang="{{ LANGUAGE_CODE }}"> |
| 3 | 3 | <head> |
| 4 | | <meta http-equiv="content-type" content="text/html; charset=utf-8"/> |
| | 4 | <meta charset="utf-8"/> |
| 5 | 5 | <title>{% block title %}{% title ductus_site_name %}{% endblock %}{% for title in title_list reversed %}{{ title }}{% if not forloop.last %} - {% endif %}{% endfor %}</title> |
| 6 | 6 | <link rel="stylesheet" type="text/css" media="screen, projection" href="{{ ductus_media_prefix }}common/css/base.css" /> |