mirror of
https://github.com/loikein/hugo-tufte.git
synced 2025-08-19 00:02:43 +02:00
v0.1.0
Theme should be useable, but there might be some minor stylistic tweaks here and there.
This commit is contained in:
parent
e3d2a647f9
commit
82958f2609
10 changed files with 227 additions and 217 deletions
layouts/partials
|
@ -1,5 +1,5 @@
|
|||
<!-- Load MathJax, if necessary. -->
|
||||
{{ if eq .Params.math true }}
|
||||
{{ if or (eq .Params.math "true") (.IsHome) }}
|
||||
{{ partial "math.html" . }}
|
||||
{{ end }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue