2015-05-28 21:48:16 +00:00
|
|
|
############
|
|
|
|
# Shortlinks
|
|
|
|
#
|
|
|
|
# To create the URL https://geti2p.net/b/<shortlink>
|
|
|
|
# linking to https://geti2p.net/en/blog/post/<slug>,
|
|
|
|
# add a new line below containing
|
|
|
|
#
|
|
|
|
# '<shortlink>': '<slug>',
|
|
|
|
|
|
|
|
BLOG_SHORTLINKS = {
|
2015-07-30 17:48:13 +00:00
|
|
|
'i2pcon': '2015/07/16/I2PCon',
|
2015-07-16 17:06:52 +00:00
|
|
|
'toronto': '2015/07/16/I2PCon',
|
2015-06-02 13:18:45 +00:00
|
|
|
'0.9.19': '2015/04/12/0.9.19-Release',
|
|
|
|
'0.9.20': '2015/06/02/0.9.20-Release',
|
2015-07-31 15:42:38 +00:00
|
|
|
'0.9.21': '2015/07/31/0.9.21-Release',
|
2015-05-28 21:48:16 +00:00
|
|
|
}
|