summaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-08-03 10:11:13 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-08-03 10:11:13 +0200
commita16bb552902472178c63a26012a60cf83449345b (patch)
tree6b14e9c33b7eb7d2fb7ea4f1826e25aa69923db0 /pelicanconf.py
parentd30946daae89611234af2d4affd89da87b75a232 (diff)
downloadblog-a16bb552902472178c63a26012a60cf83449345b.zip
blog-a16bb552902472178c63a26012a60cf83449345b.tar.gz
blog-a16bb552902472178c63a26012a60cf83449345b.tar.bz2
contact
also add GNU Octave to links
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 792d69c..869d24a 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -70,7 +70,8 @@ DISPLAY_TAGS_ON_SIDEBAR = False
LINKS = (('Debian', 'https://www.debian.org/'),
('Replicant', 'https://www.replicant.us/'),
('Libreboot', 'https://libreboot.org/'),
- ('F-Droid', 'https://f-droid.org/'),)
+ ('F-Droid', 'https://f-droid.org/'),
+ ('GNU Octave', 'https://www.gnu.org/software/octave/'),)
# Social widget
# SOCIAL = (('You can add links in your config file', '#'),