move cmd to nunjucks & update hexo to 6.0.0
Other changes: * minor fix to the display for code blocks * remove floating when hover on cards * replace the list of tags and categories to the index page one * small change on the title of tags' and categories' pages
This commit is contained in:
parent
4abb723445
commit
781759d545
23 changed files with 440 additions and 547 deletions
|
@ -31,4 +31,11 @@ main
|
|||
padding-bottom: 0 !important
|
||||
|
||||
.entry ul li
|
||||
list-style-type: square !important
|
||||
list-style-type: square !important
|
||||
|
||||
/* Override code block */
|
||||
figure.highlight > table > tbody > tr > td
|
||||
padding: 0
|
||||
|
||||
figure.highlight table tbody tr:last-child td
|
||||
padding-bottom: 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue