From 5168a9476f0e83264ecafc85bc9145e8bdcbb8dc Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Sat, 5 Aug 2023 19:26:29 +0200 Subject: ref: Move net/http I was young and naive, fasthttp does not fit my needs and make development slower. I'll move to net/http since it has a wider support and will spare some time on implementation detail things (like CSRF). It will allow me to reduce a bit of the code since there may be lib for handling cookie encryption and auth in general. --- templates/media.qtpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/media.qtpl') diff --git a/templates/media.qtpl b/templates/media.qtpl index 6217899..ae58e61 100644 --- a/templates/media.qtpl +++ b/templates/media.qtpl @@ -22,19 +22,19 @@ func (m *MediaPage) PreloadAttr() string { {% for _, media := range p.Medias %}
{% if media.IsVideo() %} -
{% endfor %}
- next + next
{% endfunc %} -- cgit v1.2.3