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 |