diff pelicanconf.py @ 24:ae90dc3de83d

Capture last blog edit. Put github before bitbucket in blog roll.
author Brian Neal <bgneal@gmail.com>
date Mon, 15 Feb 2021 13:20:35 -0600
parents a893739e9587
children e85738e65064
line wrap: on
line diff
--- a/pelicanconf.py	Thu Jul 02 15:20:39 2020 -0500
+++ b/pelicanconf.py	Mon Feb 15 13:20:35 2021 -0600
@@ -26,8 +26,8 @@
 # Social widget
 SOCIAL = [
     ('twitter', 'https://twitter.com/bgneal'),
+    ('github', 'https://github.com/gremmie'),
     ('bitbucket', 'https://bitbucket.org/bgneal'),
-    ('github', 'https://github.com/gremmie'),
 ]
 
 DEFAULT_PAGINATION = 10