Fix unclosed <a> tag.

This commit is contained in:
Shawn O'Hare 2016-01-15 10:08:17 -08:00
commit 363c1d6497
3 changed files with 3 additions and 3 deletions
layouts/partials

View file

@ -1,5 +1,5 @@
<!-- Load MathJax, if necessary. -->
{{ if or (eq .Params.math "true") (.IsHome) }}
{{ if or .Params.math .IsHome }}
{{ partial "math.html" . }}
{{ end }}