Skip to content

Commit

Permalink
fix: custom footer
Browse files Browse the repository at this point in the history
  • Loading branch information
WingLim committed Sep 25, 2021
1 parent e4e85ec commit ad60a6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion layouts/partials/footer/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<a href="{{ .URL | relURL }}">{{ .Name }}</a>
{{ end }}
</nav>

{{ partialCached "footer/custom" . }}
</section>
{{- if and (or .Params.mathjax (and .Site.Params.mathjax (ne .Params.mathjax false))) (or .IsPage .IsHome) }}
<script type="text/javascript">
Expand Down Expand Up @@ -35,4 +37,3 @@
{{ $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>
{{ partial "head/custom.html" . }}

0 comments on commit ad60a6c

Please sign in to comment.