mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 10:36:39 -07:00
add support for custom partials
Some checks are pending
Build Site / build (push) Waiting to run
Build Site / deploy (push) Blocked by required conditions
Some checks are pending
Build Site / build (push) Waiting to run
Build Site / deploy (push) Blocked by required conditions
This commit is contained in:
parent
fd40a5d31a
commit
1d502881f6
7 changed files with 690 additions and 350 deletions
|
@ -12,8 +12,10 @@ fs_extra = "1.2"
|
|||
futures = {version = "0.3", optional = true}
|
||||
grass = {version = "0.13", default-features = false}
|
||||
hotwatch = {version = "0.5", optional = true}
|
||||
html5ever = "0.29"
|
||||
include_dir = "0.7"
|
||||
itertools = "0.13"
|
||||
itertools = "0.14"
|
||||
kuchikiki = "0.8.6-speedreader"
|
||||
lol_html = "2"
|
||||
minifier = {version = "0.3", features = ["html"]}
|
||||
percent-encoding = {version = "2", optional = true}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue