Column filling space for Text section on app page.

master
Ad5001 1 year ago
parent d37382b73f
commit cd4e6ba220
Signed by: Ad5001
GPG Key ID: EF45F9C6AFE20160

@ -59,12 +59,12 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
{{ .Content | markdownify }}
</div>
{{ else if eq .Type "text/image" }}
<div class="column text-center">
<div class="column col1 col1-fill text-center">
{{ .Content | markdownify }}
<img src="/img/{{ .Image }}" alt="{{ .Alt }}" loading="lazy"/>
</div>
{{ else if eq .Type "text" }}
<div class="column text-center">
<div class="column col1 col1-fill text-center">
{{ .Content | markdownify }}
</div>
{{ end }}

Loading…
Cancel
Save