diff options
| author | Karan Jayachandra <karan.jayachandra@nxp.com> | 2025-07-24 14:23:12 +0200 |
|---|---|---|
| committer | Karan Jayachandra <karan.jayachandra@nxp.com> | 2025-07-24 14:23:12 +0200 |
| commit | 0f7e7ebaddd88654f42f111f9fda8dd7111fc0d7 (patch) | |
| tree | 37262052504ad05a27bc0839679eaf5fd50e650c /layouts/partials/custom_head.html | |
| parent | 340147717ab589c1cbe6acc4ae72087f733ed4b6 (diff) | |
Cleaned up the home page
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 |
