Skip to content

Commit

Permalink
SEED AN ERROR
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Jan 12, 2024
1 parent 40adbe1 commit 0c2dfb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/smoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: Make site
run: |
mkdir tmp && cd tmp
../tools/make-site.sh
../tools/make-site.sh -l ../../..
2 changes: 1 addition & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<main role="main" class="td-main">
{{ block "main" . }}{{ end }}
</main>
{{ partial "footer.html" . }}
{{ partialx "footer.html" . }}
</div>
{{ partialCached "scripts.html" . }}
</body>
Expand Down

0 comments on commit 0c2dfb6

Please sign in to comment.