From 27cb2f10474a5bb6d5894e45a811c30e9e4b07f9 Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Mon, 20 Sep 2021 22:32:55 +0700 Subject: Make comic description explicit Alt text is limited for such long text. --- layouts/_default/comic.html | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'layouts/_default') diff --git a/layouts/_default/comic.html b/layouts/_default/comic.html index d13b76e..ef86c7c 100644 --- a/layouts/_default/comic.html +++ b/layouts/_default/comic.html @@ -15,18 +15,23 @@ {{ end}} -
+
{{ partial "comicNav.html" . }} {{ {{ partial "comicNav.html" . }} - {{ .Content }} -
-
+ +
+ + Transcription and extras + + {{ .Content }} +
+ {{ partial "postInfo.html" . }} -- cgit 1.4.1