diff options
| author | Bobby <[email protected]> | 2022-11-14 06:53:18 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-14 06:53:18 -0500 |
| commit | 324d3acfdf3cc024b2cc1edc721085448d36ccda (patch) | |
| tree | 24c9a161f3807609de2c6716e84c37ecb0fc0a6a /templates | |
| parent | 85531d778d82da8dc9992e499bee7111958a554b (diff) | |
| download | thatcomputerscientist-324d3acfdf3cc024b2cc1edc721085448d36ccda.tar.xz thatcomputerscientist-324d3acfdf3cc024b2cc1edc721085448d36ccda.zip | |
adding context processors and removing unneeded js
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/blog/home.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/blog/home.html b/templates/blog/home.html index 02897092..802ed7b8 100644 --- a/templates/blog/home.html +++ b/templates/blog/home.html @@ -84,16 +84,9 @@ reading...</em > </p> - <br> </li> {% endfor %} </ul> - <script - src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.2/es5/mml-chtml.min.js" - integrity="sha512-4JUXEJCjFmGygcGTR/doRQ1Kw7uEYn+kBpiGWyVBzUQHtFSPQNm08E/lqo2/XJqiWKKV0nTpv1q8bHPPDL4n4Q==" - crossorigin="anonymous" - referrerpolicy="no-referrer" - ></script> {% endif %} </div> {% endblock %} |
