Ray Elliott
0138cc7e41
modify heading text of series list
2020-02-19 16:41:05 +00:00
Ray Elliott
7e4eec5008
modify see-also heading text
2020-02-18 17:44:24 +00:00
KK
9ca430610e
Make it possible to enable katex and mathjax globally in config.toml ( #241 )
...
* Add \\( and \\[ as mathjax delimiters
* Make it possible to enable katex and mathjax globally in config.toml
2019-11-26 11:30:07 -03:00
KK
64a613ce31
Add \\( and \\[ as mathjax delimiters ( #239 )
2019-11-26 09:50:56 -03:00
Bobby
30850ff725
Make LaTeX compatible with MathJax version 3 ( #230 )
...
* Make MathJax version 3 work
* Change my contributor link
2019-10-21 14:09:19 -03:00
foodtooth
45d25ecd73
Use updated mathjax provided by jsdelivr. ( #215 )
2019-09-23 14:18:42 -03:00
Shreyansh Khajanchi
9b47893b34
add support for utteranc.es ( #205 )
2019-08-21 10:03:15 -03:00
Naim A
7ed7d3c51e
disqus: fixed issue #199 ( #200 )
2019-07-21 11:22:25 -03:00
John Tobin
26a6a0a7cd
Check if commentoUrl is set before using it. ( #198 )
...
* Check if commentoUrl is set before using it.
When a variable does not exist it evaluates to `nil`, and so the
check `(not (eq .Site.Params.commentoUrl ""))` evaluates to true rather
than false because `nil` is not "". Before this change, unless you
explicitly set Params.commentoUrl to "", the commento HTML block would
be added, and this fails because /js/commento.js does not exist. This
change ensures that the commento HTML block is only added whe
Params.commentoUrl exists and is set to a non-empty string.
* Check if DisqusShortname is set before using it.
2019-07-15 20:42:28 -03:00
Ryan Kes
a1afda5d22
Commento ( #196 )
...
* Added rel support
* Added name to contributers file
* Added commento support
2019-06-29 09:46:18 -03:00
Yudi
74232e32b5
replace .URL with .RelPermalink ( #176 )
...
* replace .URL with .RelPermalink
find * -type f -exec sed -i "" "s/.URL/.RelPermalink/g" {} \;
* fix my bad
2019-05-01 14:01:25 -03:00
d-dandrew
81666ed54b
Add KaTeX support ( #164 )
...
* Add render-latex-using-katex.md to Demonstarate how to use the katex
* Update math.html add katex scripts and css
2019-04-01 20:14:19 -03:00
Artem Khvastunov
3483f16f21
don't show empty See also for series ( #166 )
...
If series consists only of the current page it doesn't make sense to show an empty See also block.
2019-04-01 20:11:27 -03:00
Joseph Ting
27e83b1e5a
Add see also section to posts footer ( #152 )
...
* Fix series list page title
* Add see also section to posts footer
2019-03-11 08:21:14 -03:00
Martin Kiesel
e33d2ec88a
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
2018-11-20 09:39:08 -02:00
Khosrow Moossavi
4426c889fd
Post refactor to hold everything its own ( #88 )
2018-10-03 15:06:20 -03:00