Przeglądaj źródła

sourcehut theme: fix nil on emails without a text part

P.a. to 50e131244a which solved
https://todo.sr.ht/~emersion/alps/100

Closes: https://todo.sr.ht/~emersion/alps/102
master
наб 3 lat temu
committed by Simon Ser
rodzic
commit
ae9e70b5ad
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: FDE7BE0E88F5E48
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      themes/sourcehut/mailbox.html

+ 1
- 1
themes/sourcehut/mailbox.html Wyświetl plik

@@ -53,7 +53,7 @@
<li class="nav-item">
<a
class="nav-link"
href="{{.TextPart.URL false}}"
href="{{if .TextPart}}{{.TextPart.URL false}}{{else}}{{.URL}}{{end}}"
>
<span class="text-muted date">
{{ .Envelope.Date | formatdate }}


Ładowanie…
Anuluj
Zapisz