aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/custom_head.html
blob: c1b294db57c6f8fc354d00695c38395b34697d40 (plain) (blame)
1
2
3
4
5
6
7
<style>
    img {
        width: 100%;
        height: auto;
    }
</style>
{{ if .Params.math }}{{ partial "katex.html" . }}{{ end }}