Skip to content

Commit

Permalink
fix-speed
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 4c8755a56dfe728ff197f10cc55dc43e8cd95957
Merge: 32f6920 076964d
Author: rohandebsarkar <rohandebsarkar@gmail.com>
Date:   Mon Jul 11 13:44:37 2022 +0530

    Merge branch 'fix-speed' of https://github.com/alshedivat/al-folio into fix-speed

commit 076964d
Author: rohandebsarkar <rohandebsarkar@gmail.com>
Date:   Mon Jul 11 13:43:22 2022 +0530

    fix jquery

commit 32f6920d78275b6e51896c00760de8bbe9f6c710
Author: rohandebsarkar <rohandebsarkar@gmail.com>
Date:   Mon Jul 11 12:35:00 2022 +0530

    fix

commit ed8b384f626e2b06cd8167fdbaf77cdbd525b175
Author: rohandebsarkar <rohandebsarkar@gmail.com>
Date:   Mon Jul 11 12:34:40 2022 +0530

    update distill

commit 166354ffde14e816ea006bb3534b34b993cb2f27
Author: rohandebsarkar <rohandebsarkar@gmail.com>
Date:   Mon Jul 11 12:31:02 2022 +0530

    fix

commit 930546cb5a576d8e4e37d7463de1a3f5b9ff2b1b
Author: rohandebsarkar <rohandebsarkar@gmail.com>
Date:   Mon Jul 11 12:28:59 2022 +0530

    fix

commit 4aa5ce663dd82d76ad2a734d73241058efdaf59a
Author: rohandebsarkar <rohandebsarkar@gmail.com>
Date:   Mon Jul 11 12:27:56 2022 +0530

    fix

commit ccf5fe255df0a0d900bc46adedd396090afa592b
Author: rohandebsarkar <rohandebsarkar@gmail.com>
Date:   Mon Jul 11 12:26:35 2022 +0530

    fix

commit a4639300178df674d0c6326cb698849117cc4243
Author: rohandebsarkar <rohandebsarkar@gmail.com>
Date:   Mon Jul 11 07:20:08 2022 +0530

    fix

commit 23fde86ba0299d700f15c0c5d1a6a9b2a7ee6373
Author: rohandebsarkar <rohandebsarkar@gmail.com>
Date:   Sun Jul 10 23:19:10 2022 +0530

    fix speed

commit 237d832
Author: rohandebsarkar <rohandebsarkar@gmail.com>
Date:   Mon Jul 11 12:35:00 2022 +0530

    fix

commit aeb1f12
Author: rohandebsarkar <rohandebsarkar@gmail.com>
Date:   Mon Jul 11 12:34:40 2022 +0530

    update distill

commit 2f533e7
Author: rohandebsarkar <rohandebsarkar@gmail.com>
Date:   Mon Jul 11 12:31:02 2022 +0530

    fix

commit c3538fe
Author: rohandebsarkar <rohandebsarkar@gmail.com>
Date:   Mon Jul 11 12:28:59 2022 +0530

    fix

commit 80e5415
Author: rohandebsarkar <rohandebsarkar@gmail.com>
Date:   Mon Jul 11 12:27:56 2022 +0530

    fix

commit a96a444
Author: rohandebsarkar <rohandebsarkar@gmail.com>
Date:   Mon Jul 11 12:26:35 2022 +0530

    fix

commit 24a5084
Author: Congcong Li <20706332+lufficc@users.noreply.github.com>
Date:   Mon Jul 11 14:38:58 2022 +0800

    fix more authors bug (alshedivat#758)

    * fix more authors bug

    * fix

    * add preview

    Co-authored-by: Rohan Deb Sarkar <rohandebsarkar@gmail.com>

commit ae65756
Author: rohandebsarkar <rohandebsarkar@gmail.com>
Date:   Mon Jul 11 07:20:08 2022 +0530

    fix

commit d5bbf1f
Author: rohandebsarkar <rohandebsarkar@gmail.com>
Date:   Sun Jul 10 23:19:10 2022 +0530

    fix speed
  • Loading branch information
rohandebsarkar committed Aug 15, 2022
1 parent c142853 commit f479fc1
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 deletions.
4 changes: 2 additions & 2 deletions _includes/scripts/bootstrap.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<!-- Bootsrap & MDB scripts -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@{{ site.bootstrap.version }}/dist/js/bootstrap.bundle.min.js" integrity="{{ site.bootstrap.integrity.js }}" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/mdbootstrap@{{ site.mdb.version }}/js/mdb.min.js" integrity="{{ site.mdb.integrity.js }}" crossorigin="anonymous"></script>
<script defer src="https://cdn.jsdelivr.net/npm/bootstrap@{{ site.bootstrap.version }}/dist/js/bootstrap.bundle.min.js" integrity="{{ site.bootstrap.integrity.js }}" crossorigin="anonymous"></script>
<script defer src="https://cdn.jsdelivr.net/npm/mdbootstrap@{{ site.mdb.version }}/js/mdb.min.js" integrity="{{ site.mdb.integrity.js }}" crossorigin="anonymous"></script>
2 changes: 1 addition & 1 deletion _includes/scripts/mathjax.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{%- if site.enable_math -%}
<!-- MathJax -->
<script type="text/javascript">
<script defer type="text/javascript">
window.MathJax = {
tex: {
tags: 'ams'
Expand Down
2 changes: 1 addition & 1 deletion _includes/scripts/misc.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% if site.enable_tooltips %}
<!-- Enable Tooltips -->
<script type="text/javascript">
<script defer type="text/javascript">
$(function () {$('[data-toggle="tooltip"]').tooltip()})
</script>
{%- endif %}
Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
{% include scripts/jquery.html %}
{% include scripts/bootstrap.html %}
{% include scripts/masonry.html %}
{% include scripts/misc.html %}
{% include scripts/mathjax.html %}
{% include scripts/misc.html %}
{% include scripts/analytics.html %}
</body>
</html>
15 changes: 13 additions & 2 deletions _layouts/distill.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,18 @@
<head>
{%- include head.html %}

{% include scripts/jquery.html %}
{% include scripts/mathjax.html %}
<!-- jQuery -->
<script src="https://cdn.jsdelivr.net/npm/jquery@{{ site.jquery.version }}/dist/jquery.min.js" integrity="{{ site.jquery.integrity }}" crossorigin="anonymous"></script>
<!-- MathJax -->
<script type="text/javascript">
window.MathJax = {
tex: {
tags: 'ams'
}
};
</script>
<script type="text/javascript" id="MathJax-script" src="https://cdn.jsdelivr.net/npm/mathjax@{{ site.mathjax.version }}/es5/tex-mml-chtml.js"></script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<!-- Distill js -->
<script src="{{ '/assets/js/distillpub/template.v2.js' | relative_url }}"></script>
<script src="{{ '/assets/js/distillpub/transforms.v2.js' | relative_url }}"></script>
Expand Down Expand Up @@ -104,6 +114,7 @@ <h3>Contents</h3>
<d-bibliography src="{{ page.bibliography | prepend: '/assets/bibliography/' | relative_url }}"></d-bibliography>

{% include scripts/bootstrap.html %}
{% include scripts/misc.html %}
{% include scripts/analytics.html %}
</body>
</html>

0 comments on commit f479fc1

Please sign in to comment.