aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/custom_head.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/layouts/partials/custom_head.html b/layouts/partials/custom_head.html
index 4b7705a..c1b294d 100644
--- a/layouts/partials/custom_head.html
+++ b/layouts/partials/custom_head.html
@@ -1,4 +1,7 @@
-{{ range .Site.Params.custom_css -}}
- <link rel="stylesheet" href="{{ . | absURL }}">
-{{- end }}
+<style>
+ img {
+ width: 100%;
+ height: auto;
+ }
+</style>
{{ if .Params.math }}{{ partial "katex.html" . }}{{ end }} \ No newline at end of file