瀏覽代碼

Remove "silenced" warning on password-collection.tmpl

Logged-in users never see this particular page, so it's not needed here.
pull/222/head
Matt Baer 4 年之前
父節點
當前提交
aa405bc57c
共有 1 個檔案被更改,包括 0 行新增3 行删除
  1. +0
    -3
      templates/password-collection.tmpl

+ 0
- 3
templates/password-collection.tmpl 查看文件

@@ -25,9 +25,6 @@

</head>
<body id="collection" itemscope itemtype="http://schema.org/WebPage">
{{if .Suspended}}
{{template "user-suspended"}}
{{end}}
<header>
<h1 dir="{{.Direction}}" id="blog-title"><a href="/{{.Alias}}/" class="h-card p-author u-url" rel="me author">{{.DisplayTitle}}</a></h1>
</header>


Loading…
取消
儲存