little changes in the theme

This commit is contained in:
Alexis Metaireau 2012-02-24 15:31:22 +01:00
parent ba1b5fbe2b
commit 961bc2c426
3 changed files with 4 additions and 2 deletions

View file

@ -20,4 +20,4 @@ SOCIAL = (('twitter', 'http://twitter.com/ametaireau'),
('github', 'http://github.com/ametaireau'),)
TIMEZONE = "Europe/Paris"
LOCALE = "en_US"
LOCALE = "en_US.utf8"

View file

@ -82,6 +82,8 @@ nav ul li {
padding: 15px;
background-color: black;
color: white;
overflow: scroll;
}
.content blockquote {

View file

@ -8,7 +8,7 @@
</head>
<body>
<div id="top">
<p class="author"><a href="{{ SITEURL }}">{{ AUTHOR }}</a>'s thougths</p>
<p class="author"><a href="http://notmyidea.org">{{ AUTHOR }}</a>'s thoughts</p>
<ul class="links">{% block links %}{% endblock %}</ul>
</div>
<div class="content clear">{% block content %}{% endblock %}</div>