소스 검색

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 년 전
committed by Simon Ser
부모
커밋
ae9e70b5ad
No known key found for this signature in database GPG 키 ID: FDE7BE0E88F5E48
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      themes/sourcehut/mailbox.html

+ 1
- 1
themes/sourcehut/mailbox.html 파일 보기

@@ -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 }}


불러오는 중...
취소
저장