Fix broken password-collection template

Fixed "user-supsended" to "user-suspended"
This commit is contained in:
Matt Baer 2019-12-07 09:06:31 -05:00
parent 88a3ed7878
commit acb8f5fe5d
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
</head>
<body id="collection" itemscope itemtype="http://schema.org/WebPage">
{{if .Suspended}}
{{template "user-supsended"}}
{{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>