Mercurial > public > sg101
comparison gpp/templates/base.html @ 484:bbbc357ac5f3
For #233; first commit for adding social media sharing buttons to news stories.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 18 Oct 2011 00:04:37 +0000 |
parents | 737a0c261a77 |
children | f0f3966ea44f |
comparison
equal
deleted
inserted
replaced
483:3ac558402014 | 484:bbbc357ac5f3 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | 4 <html xmlns="http://www.w3.org/1999/xhtml" |
5 xmlns:og="http://ogp.me/ns#" | |
6 xmlns:fb="https://www.facebook.com/2008/fbml" | |
7 xml:lang="en" lang="en"> | |
5 {% load url from future %} | 8 {% load url from future %} |
6 {% load shoutbox_tags %} | 9 {% load shoutbox_tags %} |
7 {% load irc_tags %} | 10 {% load irc_tags %} |
8 {% load potd_tags %} | 11 {% load potd_tags %} |
9 {% load messages_tags %} | 12 {% load messages_tags %} |
15 <meta http-equiv="Content-Type" content="text/html" /> | 18 <meta http-equiv="Content-Type" content="text/html" /> |
16 <meta http-equiv="Content-Language" content="en-US" /> | 19 <meta http-equiv="Content-Language" content="en-US" /> |
17 <meta name="robots" content="all" /> | 20 <meta name="robots" content="all" /> |
18 <meta name="Author" content="Brian Neal" /> | 21 <meta name="Author" content="Brian Neal" /> |
19 <meta name="copyright" content="© 2006 - 2011 Brian Neal" /> | 22 <meta name="copyright" content="© 2006 - 2011 Brian Neal" /> |
23 {% block custom_meta %}{% endblock %} | |
20 <link rel="stylesheet" href="{{ STATIC_URL }}css/blueprint/screen.css" type="text/css" media="screen, projection" /> | 24 <link rel="stylesheet" href="{{ STATIC_URL }}css/blueprint/screen.css" type="text/css" media="screen, projection" /> |
21 <link rel="stylesheet" href="{{ STATIC_URL }}css/blueprint/print.css" type="text/css" media="print" /> | 25 <link rel="stylesheet" href="{{ STATIC_URL }}css/blueprint/print.css" type="text/css" media="print" /> |
22 <!--[if lt IE 8]> | 26 <!--[if lt IE 8]> |
23 <link rel="stylesheet" href="{{ STATIC_URL }}css/blueprint/ie.css" type="text/css" media="screen, projection" /> | 27 <link rel="stylesheet" href="{{ STATIC_URL }}css/blueprint/ie.css" type="text/css" media="screen, projection" /> |
24 <![endif]--> | 28 <![endif]--> |