diff --git a/_includes/head.html b/_includes/head.html
index 3ec9b1b..558b6d7 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -21,6 +21,11 @@
{% endif %}
+ {% if page.tikzjax %}
+
+
+ {% endif %}
+
{% if site.icon.size <= 4 %}
diff --git a/_posts/2023-12-12-tikzjax.md b/_posts/2023-12-12-tikzjax.md
new file mode 100644
index 0000000..3401c06
--- /dev/null
+++ b/_posts/2023-12-12-tikzjax.md
@@ -0,0 +1,18 @@
+---
+layout: post
+title: a post with TikZJax
+date: 2023-12-12 22:25:00
+description: this is what included TikZ code could look like
+tags: formatting diagrams
+categories: sample-posts
+tikzjax: true
+---
+This is an example post with TikZ code. TikZJax converts script tags (containing TikZ code) into SVGs.
+
+
\ No newline at end of file