Skip to content

Commit

Permalink
feat: add custom footer
Browse files Browse the repository at this point in the history
  • Loading branch information
WingLim committed Sep 25, 2021
1 parent 1be74e2 commit 84b088f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<main>
{{ block "main" . }}{{ end }}
</main>
{{ partial "footer.html" . }}
{{ partial "footer/footer" . }}
</body>
</html>
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@
{{- $opts := dict "minify" hugo.IsProduction -}}
{{ $features := resources.Get "ts/features.ts" | js.Build $opts | fingerprint }}
<script defer src="{{ $features.RelPermalink }}" data-enable-footnotes="{{ .Site.Params.enableFootnotes | default true }}"></script>
</footer>
</footer>
{{ partial "head/custom.html" . }}

0 comments on commit 84b088f

Please sign in to comment.