diff options
Diffstat (limited to 'layouts/partials/custom_head.html')
| -rw-r--r-- | layouts/partials/custom_head.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/custom_head.html b/layouts/partials/custom_head.html index b8ee102..022be35 100644 --- a/layouts/partials/custom_head.html +++ b/layouts/partials/custom_head.html @@ -1,3 +1,4 @@ +<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"> <style> img { width: 100%; @@ -8,5 +9,4 @@ padding: 20px; } </style> - {{ if .Params.math }}{{ partial "katex.html" . }}{{ end }}
\ No newline at end of file |
