about summary refs log tree commit diff
path: root/layouts
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2021-09-04 15:45:10 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2021-09-04 15:45:10 +0700
commit5328c7079eb252b636eb8b3878a29a3534e84d21 (patch)
tree4e99b1f6352c30c131406fd4340b110c8b1a86ea /layouts
parent7c93580566c4f4fc94399011dbba95a484f3f3fa (diff)
downloadblog-5328c7079eb252b636eb8b3878a29a3534e84d21.tar.gz
Increase heading level
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/comic.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/comic.html b/layouts/_default/comic.html
index edc574b..d13b76e 100644
--- a/layouts/_default/comic.html
+++ b/layouts/_default/comic.html
@@ -21,7 +21,7 @@
     <img title="{{ .Params.TitleText }}"
          alt={{ readFile (delimit (slice "/static/comics/" .Params.ComicId "/transcript.txt") "")}}
          src="/comics/{{ .Params.ComicId }}/{{ .Params.ComicTitle }}.png"
-         srcset="/comics/{{ .Params.ComicId }}/{{ .Params.ComicTitle }}_full.png 5x"
+         srcset="/comics/{{ .Params.ComicId }}/{{ .Params.ComicTitle }}_full.png 2x"
          >
     {{ partial "comicNav.html" . }}
     {{ .Content }}