Skip to content

Commit

Permalink
upload linear transformation blog
Browse files Browse the repository at this point in the history
  • Loading branch information
XieYHccc committed Dec 13, 2023
1 parent 274bae0 commit 9fc4b57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
4 changes: 4 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@
&copy;&nbsp;2023&nbsp;Yihang Xie &nbsp;|&nbsp; <a href="yihangxie20001013@gmail.com">E-mail</a>
</footer>
</body>
<script
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
type="text/javascript">
</script>
</html>
13 changes: 1 addition & 12 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,4 @@
<h1>{{ page.title }}</h1>
<time class="post-date" datetime="{{ page.date | date: '%Y-%m-%d' }}">{{page.date | date: "%b %d, %Y"}}</time>
{{ content }}
</article>
{% if page.mathjax %}
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'],
inlineMath: [['\\(','\\)'], ['$', '$']]
}
});
</script>
<script type="text/javascript" async src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
{% endif %}
</article>

0 comments on commit 9fc4b57

Please sign in to comment.