Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
dermatthes committed Nov 28, 2023
1 parent f8b66ee commit 67f1468
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .kick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ command:

dev:
- "killall webpack || echo 'No Proc'"
- "D:kick jekyll"
- "D:kick webpack serve"

init-workspaces:
- "mkdir -p workspaces"
Expand Down
4 changes: 2 additions & 2 deletions examples/jodatemplate/defining-a-template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ Joda.registerTemplate("header1",
// language=HTML
`
<section class="tjs-header1 :: mobile :lg: ">
<div class="tjs-wrapper container-fluid">
<div class="tjs-wrapper container-fluid [[ layout.cols > 0 ?? 'd-none' : '' ]]">
<div class="tjs-header1__hero container">
<div class="tjs-header1__hero--row">
<div class="tjs-header1__hero--col tjs-header1__hero--col-text">
<slot></slot>
</div>
<div class="tjs-header1__hero--col tjs-header1__hero--col-image">
<slot data-select="img" data-replace></slot>
<slot data-select="img" data-replace data-child-class="col-4" data-child-layout="use:#imageWrapper"></slot>
</div>
</div>
</div>
Expand Down

0 comments on commit 67f1468

Please sign in to comment.