diff --git a/pelican.conf.py b/pelican.conf.py index 513daff..519defc 100644 --- a/pelican.conf.py +++ b/pelican.conf.py @@ -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" diff --git a/theme/static/css/main.css b/theme/static/css/main.css index 93c4f49..b073e51 100644 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -82,6 +82,8 @@ nav ul li { padding: 15px; background-color: black; color: white; + overflow: scroll; + } .content blockquote { diff --git a/theme/templates/base.html b/theme/templates/base.html index 902b24b..45d07b5 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -8,7 +8,7 @@