-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule tranquility
updated
11 files
+6 −0 | _config.yml | |
+20 −0 | layout/_partials/macros/post-list.njk | |
+1 −3 | layout/_partials/macros/tags.njk | |
+38 −58 | layout/category.njk | |
+2 −4 | layout/post.njk | |
+3 −24 | layout/tag.njk | |
+1 −0 | scripts/generator/subpage.js | |
+2 −0 | scripts/helper/index.js | |
+19 −0 | scripts/helper/tagcloud.js | |
+2 −0 | source/css/_variables.styl | |
+72 −17 | source/css/category.styl |