Files
i2p.www/i2p2www/blog/shortlinks.py
2015-05-28 21:48:16 +00:00

13 lines
264 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 = {
'toronto': '2015/05/25/Toronto-Meetup',
}