+[2015-04-16T21:37:56Z]linuxtmI was reading about something similar on github issues, but can't remember the link ('cuz you know, it's hard to add a bookmark) +[2015-04-16T22:20:26Z]linuxtmjaybe, if that wasn't enough to deal with, I've just realized that on the home page, I have a table containing /postname URLs to over 300 articles :)) +[2015-04-16T22:20:48Z]linuxtmI guess I'll just settle with the mess in the root directory lol +[2015-04-16T22:21:58Z]linuxtmso even I was to go with the /posts/year/date/postname/ in the URL, I'll still have to edit the home page to adjust the link to every single post +[2015-04-16T22:22:46Z]linuxtmdoesn't worth it, I'll just leave it as it is, I'm just glad that I've got rid of crappy Wordpress
+[2015-04-18T03:17:58Z]cornernotehi +[2015-04-18T03:18:09Z]cornernotecan i use variables in my front matter... eg: +[2015-04-18T03:18:11Z]cornernoteBlog{% if paginator.page > 1 %} - Page {{ paginator.page }}{% endif %} +[2015-04-18T03:20:44Z]cornernoteor like this +[2015-04-18T03:20:56Z]cornernotetitle: Blog - Page {{ paginator.page }}