diff pelicanconf.py @ 22:a893739e9587

Updates for SSL
author Brian Neal <bgneal@gmail.com>
date Sat, 21 Jul 2018 17:47:55 -0500
parents a2907243a98a
children ae90dc3de83d
line wrap: on
line diff
--- a/pelicanconf.py	Sat Aug 27 13:18:54 2016 -0500
+++ b/pelicanconf.py	Sat Jul 21 17:47:55 2018 -0500
@@ -20,14 +20,12 @@
 
 # Blogroll
 LINKS = [
-    ('My Delicious', 'http://delicious.com/bgneal'),
-    ('My Careers 2.0 Profile', 'http://careers.stackoverflow.com/bgneal'),
-    ('SurfGuitar101.com', 'http://surfguitar101.com/'),
+    ('SurfGuitar101.com', 'https://surfguitar101.com/'),
 ]
 
 # Social widget
 SOCIAL = [
-    ('twitter', 'http://twitter.com/bgneal'),
+    ('twitter', 'https://twitter.com/bgneal'),
     ('bitbucket', 'https://bitbucket.org/bgneal'),
     ('github', 'https://github.com/gremmie'),
 ]