Skip to content

Commit 6a198bc

Browse files
committed
Reorganise sidebar and add gittip
1 parent 0aa2311 commit 6a198bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@
1919
DEFAULT_LANG: (
2020
('/index.html', 'Home', 'icon-home'),
2121
('/archive.html', 'Archives', 'icon-folder-open-alt'),
22-
('/categories/index.html', 'Tags', 'icon-tags'),
23-
('/rss.xml', 'RSS', 'icon-rss'),
2422
('/about.html', 'About me', 'icon-smile'),
2523
('/cv.html', 'CV me', 'icon-user'),
2624
('https://twitter.com/michaeljoseph', 'Twitter', 'icon-twitter'),
2725
('https://github.com/michaeljoseph', 'Github', 'icon-github'),
26+
('https://www.gittip.com/michaeljoseph', 'Gittip', 'icon-gittip'),
27+
('/categories/index.html', 'Tags', 'icon-tags'),
28+
('/rss.xml', 'RSS', 'icon-rss'),
2829
),
2930
}
3031

@@ -518,7 +519,6 @@
518519
# in the default template (base.tmpl).
519520
# (translatable)
520521
BODY_END = """
521-
<script data-gittip-username="michaeljoseph" data-gittip-widget="button" src="//gttp.co/v1.js"></script>
522522
<script type="text/javascript">
523523
var _gaq = _gaq || [];
524524
_gaq.push(['_setAccount', 'UA-48165049-1']);

0 commit comments

Comments
 (0)