Skip to content

Commit

Permalink
test math js
Browse files Browse the repository at this point in the history
  • Loading branch information
cocomelonc committed Oct 21, 2024
1 parent 07a4bb6 commit 4e31dde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
</script>

<script type="text/javascript" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
</script>

<!-- For all browsers -->
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
Expand Down
3 changes: 0 additions & 3 deletions _posts/2024-10-20-malware-cryptography-33.markdown
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
title: "Malware and cryptography 33: encrypt payload via Lucifer algorithm. Simple C example."
date: 2024-10-20 02:00:00 +0200
include_scripts: [
"https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"
]
header:
teaser: "/assets/images/136/2024-10-20_08-01.png"
categories:
Expand Down

0 comments on commit 4e31dde

Please sign in to comment.