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