diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-09-20 22:32:55 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-09-20 22:32:55 +0700 |
commit | 27cb2f10474a5bb6d5894e45a811c30e9e4b07f9 (patch) | |
tree | a95eb1ecf68b22873af1c50489cdb7001dd87cfc /layouts/section | |
parent | b850414850a49d47ccf1a00d3fc9731fc7249361 (diff) | |
download | blog-27cb2f10474a5bb6d5894e45a811c30e9e4b07f9.tar.gz |
Make comic description explicit
Alt text is limited for such long text.
Diffstat (limited to 'layouts/section')
-rw-r--r-- | layouts/section/comics.rss.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/section/comics.rss.xml b/layouts/section/comics.rss.xml index 9b44c1c..f9804b7 100644 --- a/layouts/section/comics.rss.xml +++ b/layouts/section/comics.rss.xml @@ -29,11 +29,10 @@ <guid>{{ .Permalink }}</guid> <description> <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 2x" > - See also:<br> {{ .Content | html }} + Transcriptions:<br> {{ .Content | html }} </description> </item> {{ end }} |