diff options
Diffstat (limited to 'templates')
| -rwxr-xr-x | templates/index.html | 1 | ||||
| -rwxr-xr-x | templates/post.html | 6 |
2 files changed, 6 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 1013e60..adf8b2a 100755 --- a/templates/index.html +++ b/templates/index.html | |||
| @@ -44,7 +44,6 @@ | |||
| 44 | <li role="listitem"><a href="https://github.com/mitjafelicijan/cord.h" target="_blank">cord.h</a> — Small C library for handling strings</li> | 44 | <li role="listitem"><a href="https://github.com/mitjafelicijan/cord.h" target="_blank">cord.h</a> — Small C library for handling strings</li> |
| 45 | <li role="listitem"><a href="https://github.com/mitjafelicijan/mprogress" target="_blank">mprogress</a> — Tiny utility that displays progress bar in terminal</li> | 45 | <li role="listitem"><a href="https://github.com/mitjafelicijan/mprogress" target="_blank">mprogress</a> — Tiny utility that displays progress bar in terminal</li> |
| 46 | <li role="listitem"><a href="https://github.com/mitjafelicijan/qli" target="_blank">qli</a> — Quantum Lorem Ipsum generator for command line</li> | 46 | <li role="listitem"><a href="https://github.com/mitjafelicijan/qli" target="_blank">qli</a> — Quantum Lorem Ipsum generator for command line</li> |
| 47 | <li role="listitem"><a href="https://github.com/mitjafelicijan/mod-tinycache" target="_blank">mod-tinycache</a> — Apache 2 caching module</li> | ||
| 48 | <li role="listitem"><a href="https://github.com/mitjafelicijan/journalctl-proxy" target="_blank">journalctl-proxy</a> — Exposes your systemd logs to web via web interface</li> | 47 | <li role="listitem"><a href="https://github.com/mitjafelicijan/journalctl-proxy" target="_blank">journalctl-proxy</a> — Exposes your systemd logs to web via web interface</li> |
| 49 | <li role="listitem"><a href="https://github.com/mitjafelicijan/redis-marshal" target="_blank">redis-marshal</a> — Lightweight Redis UI tool</li> | 48 | <li role="listitem"><a href="https://github.com/mitjafelicijan/redis-marshal" target="_blank">redis-marshal</a> — Lightweight Redis UI tool</li> |
| 50 | <li role="listitem"><a href="https://github.com/mitjafelicijan/dna-encoding" target="_blank">dna-encoding</a> — Tools for encoding files to DNA sequences</li> | 49 | <li role="listitem"><a href="https://github.com/mitjafelicijan/dna-encoding" target="_blank">dna-encoding</a> — Tools for encoding files to DNA sequences</li> |
diff --git a/templates/post.html b/templates/post.html index a36fc53..5e4ce80 100755 --- a/templates/post.html +++ b/templates/post.html | |||
| @@ -11,4 +11,10 @@ | |||
| 11 | {{ .Page.HTML }} | 11 | {{ .Page.HTML }} |
| 12 | </div> | 12 | </div> |
| 13 | </section> | 13 | </section> |
| 14 | |||
| 15 | {{ if .Page.Meta.mathjax }} | ||
| 16 | <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> | ||
| 17 | <script src="https://cdn.jsdelivr.net/npm/mathjax@3.0.1/es5/tex-mml-chtml.js" async></script> | ||
| 18 | {{ end }} | ||
| 19 | |||
| 14 | {{ end }} | 20 | {{ end }} |
