Shortlinks for blog posts

This commit is contained in:
str4d
2015-05-28 21:48:16 +00:00
parent 54a58794fc
commit 9bf4f790ab
5 changed files with 34 additions and 1 deletions

View 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',
}