forked from I2P_Developers/i2p.www
Shortlinks for blog posts
This commit is contained in:
12
i2p2www/blog/shortlinks.py
Normal file
12
i2p2www/blog/shortlinks.py
Normal file
@@ -0,0 +1,12 @@
|
||||
############
|
||||
# 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',
|
||||
}
|
Reference in New Issue
Block a user