Skip to content

Commit

Permalink
Add conditional check for last-updated template (#1201)
Browse files Browse the repository at this point in the history
* Add conditional check for last-updated template

* Whitespace
  • Loading branch information
choldgraf authored Feb 22, 2023
1 parent 0c0d6ca commit f6af62d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{%- if last_updated -%}
<p class="last-updated">
{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
<br/>
</p>
{%- endif -%}

0 comments on commit f6af62d

Please sign in to comment.