From acce94dbe7c86790169d2142519d3b1f421ee383 Mon Sep 17 00:00:00 2001 From: Matthieu OLIVIER Date: Thu, 19 Feb 2015 15:03:58 +0100 Subject: Updated code highlight --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 00e77d8..64318de 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ Nest template can be customized by adding parameters to your `pelicanconf.py` fi ### Pelican.conf example + ```python # NEST Template THEME = 'nest' SITESUBTITLE = u'My Awesome Blog' @@ -130,6 +131,7 @@ Nest template can be customized by adding parameters to your `pelicanconf.py` fi 'extra/favicon.ico': {'path': 'favicon.ico'}, 'extra/logo.svg': {'path': 'logo.svg'} } + ``` ## Third-party assets -- cgit v1.2.3