Skip to content

Commit 7ff1431

Browse files
committed
fixed .gitignore
1 parent ab39b7c commit 7ff1431

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ assets/luxon/build/global/*
8686

8787
assets/mathjax/*
8888
!assets/mathjax/LICENSE
89-
!assets/mathjax/tex-chtml.js
89+
!assets/mathjax/tex-mml-chtml.js
9090
!assets/mathjax/sre/
9191
assets/mathjax/sre/*
9292
!assets/mathjax/sre/speech-worker.js

_layouts/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
}
7272
};
7373
</script>
74-
<script id="mathjax" src="/assets/mathjax/tex-mml-chtml.js?{{ time }}"></script>
74+
<script src="/assets/mathjax/tex-mml-chtml.js?{{ time }}"></script>
7575

7676
<!-- https://github.com/verlok/vanilla-lazyload -->
7777
<script src="/assets/intersection-observer/intersection-observer.js?{{ time }}"></script>

assets/mathjax/tex-mml-chtml.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)