|
19 | 19 | DEFAULT_LANG: ( |
20 | 20 | ('/index.html', 'Home', 'icon-home'), |
21 | 21 | ('/archive.html', 'Archives', 'icon-folder-open-alt'), |
22 | | - ('/categories/index.html', 'Tags', 'icon-tags'), |
23 | | - ('/rss.xml', 'RSS', 'icon-rss'), |
24 | 22 | ('/about.html', 'About me', 'icon-smile'), |
25 | 23 | ('/cv.html', 'CV me', 'icon-user'), |
26 | 24 | ('https://twitter.com/michaeljoseph', 'Twitter', 'icon-twitter'), |
27 | 25 | ('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'), |
28 | 29 | ), |
29 | 30 | } |
30 | 31 |
|
|
518 | 519 | # in the default template (base.tmpl). |
519 | 520 | # (translatable) |
520 | 521 | BODY_END = """ |
521 | | -<script data-gittip-username="michaeljoseph" data-gittip-widget="button" src="//gttp.co/v1.js"></script> |
522 | 522 | <script type="text/javascript"> |
523 | 523 | var _gaq = _gaq || []; |
524 | 524 | _gaq.push(['_setAccount', 'UA-48165049-1']); |
|
0 commit comments