mirror of
https://github.com/loikein/hugo-tufte.git
synced 2025-08-10 04:52:44 +02:00
Fix unclosed <a> tag.
This commit is contained in:
parent
82958f2609
commit
363c1d6497
3 changed files with 3 additions and 3 deletions
layouts/partials
|
@ -1,5 +1,5 @@
|
|||
<!-- Load MathJax, if necessary. -->
|
||||
{{ if or (eq .Params.math "true") (.IsHome) }}
|
||||
{{ if or .Params.math .IsHome }}
|
||||
{{ partial "math.html" . }}
|
||||
{{ end }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue