diff --git a/pelicanconf.py b/pelicanconf.py index 96c7c0e..68aad3e 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -25,12 +25,12 @@ # the default theme to be 2-tuples, but I need more info. LINKS_EX = (( 'blog', - '/blog/', + 'blog/', '#f6b441', 'category-blog.png', "detailed, thoughtful prose about why computers are the worst", ), ( 'dev', - '/dev/', + 'dev/', '#ee7300', 'category-dev.png', "updates on cool things i make", ), ( @@ -45,7 +45,7 @@ # "our house is overrun with them and they are the best", #), ( 'everything', - '/everything/', + 'everything/', '#c57be6', 'category-everything.png', "why limit yourself when you can have it all", )) diff --git a/theme/templates/_sidebar.html b/theme/templates/_sidebar.html index f0c66a5..305b9c0 100644 --- a/theme/templates/_sidebar.html +++ b/theme/templates/_sidebar.html @@ -2,14 +2,14 @@