diff options
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/partials/custom_head.html | 9 |
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 |
