Skip to content

Commit

Permalink
Improve draft description
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Nov 2, 2023
1 parent 81448d4 commit 69c82cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/_includes/components/item.njk
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<p>
{% if draft %}
{% if started is defined -%}
This entry was started on {% localeDate started, DATE_FORMAT %}
This draft was started on {% localeDate started, DATE_FORMAT %}
{%- if updated is defined -%}
, and last updated on {% localeDate updated, DATE_FORMAT %} (you can see the full revision history <a href='{{inputPath | historyLink}}'>here</a>)
{%- endif -%}
Expand Down

0 comments on commit 69c82cb

Please sign in to comment.