diff options
| author | Francesco <tomaselli.fr@gmail.com> | 2024-04-28 23:27:46 +0200 | 
|---|---|---|
| committer | Francesco <tomaselli.fr@gmail.com> | 2024-04-29 00:05:22 +0200 | 
| commit | f7131b852c48742226934105df68229f3a1408a8 (patch) | |
| tree | f5d20a186c7b3a82def08d83de90eaf43ec79dc4 /layouts/_default/baseof.html | |
| parent | 572c118f10c4d360ff11cf612db087c1926e17eb (diff) | |
Fixed overflow on Katex for mobile, woff2 for Literata
Diffstat (limited to 'layouts/_default/baseof.html')
| -rw-r--r-- | layouts/_default/baseof.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index e5ac09e..a116c36 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -25,7 +25,7 @@    </div>    <footer> -    {{ partialCached "footer.html" . }} +    {{ partial "footer.html" . }}    </footer>  </body> | 
