diff --git a/_config.yml b/_config.yml index a7e1d49527039..afede2af7c508 100644 --- a/_config.yml +++ b/_config.yml @@ -53,7 +53,7 @@ baseurl: "" # !! You don't need to change any of the configuration flags below !! # -permalink: /:title/ +permalink: /:year/:month/:title.html # The release of Jekyll Now that you're using version: v1.2.0 diff --git a/_includes/sidebar.html b/_includes/sidebar.html new file mode 100644 index 0000000000000..2d260fc718b02 --- /dev/null +++ b/_includes/sidebar.html @@ -0,0 +1,32 @@ +
diff --git a/_includes/tag_block.html b/_includes/tag_block.html index 164e48712f808..c5fff19b25481 100644 --- a/_includes/tag_block.html +++ b/_includes/tag_block.html @@ -1,7 +1,9 @@ +{% if include.thingy.tags.size > 0 %} +{% endif %} diff --git a/_layouts/default.html b/_layouts/default.html index 729876c52b08c..6583d19104f1f 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -37,7 +37,6 @@{{post.excerpt}} (read more)
+