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

    ul.blog-posts li {
        padding: 20px;
    }
</style>

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