Files
i2p.www/i2p2www/blog/shortlinks.py
dev 11551c2f40 merge of '09d1b2512f779b9c9aa72bb056bca43fade5f3a2'
and 'b39b4fea1e7adda93fd9f133e4dee4b68b396bab'
2015-07-30 17:48:16 +00:00

17 lines
412 B
Python

############
# 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 = {
'i2pcon': '2015/07/16/I2PCon',
'toronto': '2015/07/16/I2PCon',
'i2pcon': '2015/07/16/I2PCon',
'0.9.19': '2015/04/12/0.9.19-Release',
'0.9.20': '2015/06/02/0.9.20-Release',
}