mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Accept boolean as well as string (#119)
* Accept boolean as well as string * Update math.html Tidy it up * Update CONTRIBUTORS.md Add myself to contributors
This commit is contained in:
committed by
Luiz F. A. de Prá
parent
720f7518a6
commit
e33d2ec88a
@@ -1,4 +1,4 @@
|
||||
{{- if eq .Params.math "true" -}}
|
||||
{{- if .Params.math -}}
|
||||
<script type="text/javascript" async
|
||||
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-AMS-MML_HTMLorMML-full">
|
||||
MathJax.Hub.Config({
|
||||
|
||||
Reference in New Issue
Block a user