Add pencil icon to drafts
This commit is contained in:
parent
4c54e7a425
commit
6e0b0b6fc7
4 changed files with 15 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
<article class="post-list">
|
||||
<header>
|
||||
<h1 class="post-title{{ if .Params.favorite }} favorite{{end}}"><a href="{{ .RelPermalink }}">{{ trim .Title " " }}</a></h1>
|
||||
<h1 class="post-title{{ if .Params.favorite }} favorite{{end}}{{ if .Params.draft }} draft{{end}}"><a href="{{ .RelPermalink }}">{{ trim .Title " " }}</a></h1>
|
||||
</header>
|
||||
|
||||
<div class="content post-summary">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue