aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/custom_head.html
blob: b572e090b7b28ff6e3c052a366836ff32efe5b6f (plain) (blame)
1
2
3
4
5
6
7
8
<style>
    img {
        width: 100%;
        height: auto;
    }
</style>

{{ if .Params.math }}{{ partial "katex.html" . }}{{ end }}