From a21a402d9aaaf4c2c7720da0f76b7311d3d64830 Mon Sep 17 00:00:00 2001 From: Feuerfuchs Date: Wed, 26 Jun 2019 09:37:39 +0200 Subject: Make word wrap optional, better mobile design --- template.go | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'template.go') diff --git a/template.go b/template.go index 93777b2..3d95838 100644 --- a/template.go +++ b/template.go @@ -45,8 +45,10 @@ var tpltext = ` {{ $uriLast -}}
- {{- if not .Lines }}View raw | {{ end -}} - + {{- if not .Lines -}} + + {{- end -}} +
@@ -75,6 +77,10 @@ var tpltext = `

Settings

+
+ Wrap wide content + +
Image thumbnails -- cgit v1.2.3-54-g00ecf