Add mathjax support

This commit is contained in:
2024-12-21 19:17:40 -05:00
parent ba415b1af9
commit 3a21f34035
7 changed files with 74 additions and 35 deletions

View File

@@ -10,5 +10,10 @@
{{ range .AlternativeOutputFormats -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}
{{ if .Param "math" }}
{{ partialCached "math.html" . }}
{{ end }}
<title>Tylers Perkins - Software Engineer</title>
</head>