Repos / hi.imnhan.com / 8f8f3a882b
commit 8f8f3a882b3b5513cdc597e9ce3d7defd960a447
Author: nhanb <thanhnhan483@gmail.com>
Date:   Mon May 13 12:00:59 2013 +0700

    touching up

diff --git a/content/modern-vim-plugin-management-pathogen-vs-vundle.md b/content/modern-vim-plugin-management-pathogen-vs-vundle.md
index b9f38f0..5b47118 100644
--- a/content/modern-vim-plugin-management-pathogen-vs-vundle.md
+++ b/content/modern-vim-plugin-management-pathogen-vs-vundle.md
@@ -1,4 +1,4 @@
-Date: 2013-05-13
+Date: 2013-05-13 12:00
 Title: "Modern vim plugin management - Pathogen vs Vundle"
 Category: Blog
 Tags: tutorial
diff --git a/pelicanconf.py b/pelicanconf.py
index 20dae45..ca118e6 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -6,7 +6,7 @@
 SITENAME = u'Nhanb'
 SITEURL = ''
 
-TIMEZONE = 'Europe/Paris'
+TIMEZONE = 'Asia/Ho_Chi_Minh'
 
 DEFAULT_LANG = u'en'
 
@@ -22,8 +22,8 @@
          )
 
 # Social widget
-SOCIAL = (('You can add links in your config file', '#'),
-          ('Another social link', '#'),)
+#SOCIAL = (('You can add links in your config file', '#'),
+          #('Another social link', '#'),)
 
 DEFAULT_PAGINATION = 10