wrap lines in description
Marco Andronaco andronacomarco@gmail.com
Wed, 16 Oct 2024 11:42:06 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
templates/video.tmpl
→
templates/video.tmpl
@@ -32,7 +32,7 @@ <source src="{{ .VideoURL }}" type="video/mp4" />
</video> <h2>{{ .Title }}</h2> <h3>> {{ .Uploader }}</h3> - <pre>{{ .Description }}</pre> + <pre style="white-space: pre-wrap">{{ .Description }}</pre> <a href="https://www.youtube.com/watch?v={{ .VideoID }}">Watch on YouTube</a> <br /> <a href="/">What is this?</a>