diff options
| author | Shulhan <ms@kilabit.info> | 2023-10-19 15:46:01 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-10-19 15:46:42 +0700 |
| commit | 4035ea19f2cf7af7ab2169ee17ff5aa1b281d135 (patch) | |
| tree | d6b5af3a85bf350362d88a88fb2f0186e6f8e944 /_content/template.gohtml | |
| parent | dba7fb6de3755924a5278ee34332d29212884493 (diff) | |
| download | kilabit.info-4035ea19f2cf7af7ab2169ee17ff5aa1b281d135.tar.xz | |
content: convert background image to jpg
The png file size is around 300 KB while jpg file size is around 48 KB.
Diffstat (limited to '_content/template.gohtml')
| -rw-r--r-- | _content/template.gohtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/template.gohtml b/_content/template.gohtml index c04aa4f..cb98554 100644 --- a/_content/template.gohtml +++ b/_content/template.gohtml @@ -12,7 +12,7 @@ <img alt="" class="background" - src="/assets/images/maple-leaf-transparent-540.png" + src="/assets/images/maple-leaf-transparent-540.jpg" width="920" /> |
