Skip to content

Commit 08a110c

Browse files
authored
Merge pull request #670 from HelixDesignSystem/surf-1990-update-dev-docs
chore: remove docs homepage date updated
2 parents 1801a29 + 00db41d commit 08a110c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/_templates/application.njk

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,14 +148,16 @@
148148
</div>
149149

150150
<div class="hxCol hxRight">
151-
{% if page.updated %}
151+
{# The date provided does not correlate to release date. TODO: remove? #}
152+
{# {% if page.updated %}
152153
<small>
153154
Last Updated:
154155
{{ page.updated.format(site.dateFormat) }}
155156
</small>
156157
{% endif %}
157-
158+
#}
158159
<small>
160+
Latest Release:
159161
(<a href="https://github.com/HelixDesignSystem/helix-ui/releases/v{{VERSION}}" target="_blank">
160162
v{{VERSION}}
161163
</a>)

0 commit comments

Comments
 (0)