diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2024-07-24 21:48:38 +0200 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2024-07-24 21:48:38 +0200 |
commit | 45c20d03663878f3508eaa9b961cb0cb12cc5574 (patch) | |
tree | a965671ce18393c638b3d52b6a82b3b5cf90beb9 /src/http/tpl/image.html | |
parent | 60c6165d07b7fa633d7a8fafbe70e23c83d43c47 (diff) |
Got post exporting working
Diffstat (limited to 'src/http/tpl/image.html')
-rw-r--r-- | src/http/tpl/image.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/tpl/image.html b/src/http/tpl/image.html index 7778625..2484e4c 100644 --- a/src/http/tpl/image.html +++ b/src/http/tpl/image.html @@ -3,6 +3,7 @@ <img src="{{ .RootURL.Asset .ID }}{{ if .Resizable }}?w=800{{ end }}" alt="{{ .Descr }}" + style="width: 800px;" /> </a> </div> |