Compare commits

..

2 Commits

Author SHA1 Message Date
122ad489e2 fix: sidebar and toc not showing 2025-09-18 22:54:38 +09:00
027159b0e3 feat: modified profile picture 2025-09-18 22:42:37 +09:00
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@
{% capture script %}/assets/js/dist/{{ js }}.min.js{% endcapture %}
<script src="{{ script | relative_url }}"></script>
<script defer src="{{ script | relative_url }}"></script>
{% if page.math %}
<!-- MathJax -->
@@ -143,7 +143,7 @@
}
};
</script>
<script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=es6"></script>
<script async src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="{{ site.data.origin[type].mathjax.js | relative_url }}"></script>
{% endif %}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 187 KiB

After

Width:  |  Height:  |  Size: 848 KiB