瀏覽代碼

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
沒有發現已知的金鑰在資料庫的簽署中 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 }}


Loading…
取消
儲存