diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-09-04 15:45:10 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-09-04 15:45:10 +0700 |
commit | 5328c7079eb252b636eb8b3878a29a3534e84d21 (patch) | |
tree | 4e99b1f6352c30c131406fd4340b110c8b1a86ea /layouts | |
parent | 7c93580566c4f4fc94399011dbba95a484f3f3fa (diff) | |
download | blog-5328c7079eb252b636eb8b3878a29a3534e84d21.tar.gz |
Increase heading level
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/_default/comic.html | 2 |
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 }} |