We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73567d commit 263952eCopy full SHA for 263952e
1 file changed
app/templates/partials/obsolete.html.twig
@@ -1,6 +1,6 @@
1
{% if page.getFrontMatter().obsolete %}
2
<div class="uk-alert uk-alert-danger">
3
<p class="uk-alert-title"><i class="fa-solid fa-clock uk-icon"></i>Obsolete page</p>
4
- <p>This page requires updating for UserFrosting 6. You can help by <a href="{{ page.github }}">contributing on GitHub</a>.</p>
+ <p>This page requires updating. You can help by <a href="{{ page.github }}">contributing on GitHub</a>.</p>
5
</div>
6
{% endif %}
0 commit comments