blob: 022be355b9fdf739ee28ae4468809d5350969048 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<style>
img {
width: 100%;
height: auto;
}
ul.blog-posts li {
padding: 20px;
}
</style>
{{ if .Params.math }}{{ partial "katex.html" . }}{{ end }}
|