Build works and section-format works.
This commit is contained in:
parent
69d84a11ce
commit
79672f00a7
2 changed files with 7 additions and 2 deletions
|
@ -27,4 +27,9 @@ theme = 'cccsbg-hugo-theme'
|
|||
target = "js"
|
||||
[[build.cachebusters]]
|
||||
source = "assets/.*\\.(.*)$"
|
||||
target = "$1"
|
||||
target = "$1"
|
||||
|
||||
## Needed for our short code
|
||||
[markup]
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
|
@ -1 +1 @@
|
|||
Subproject commit f6639d39778255e1ec475af5badc2a996e94214b
|
||||
Subproject commit e210287ea0680a6ec4288dbe1b955dc8e05632e7
|
Loading…
Add table
Reference in a new issue