9
0
mirror of https://github.com/donlon/cloudflare-error-page.git synced 2025-12-19 14:59:28 +00:00

miscellaneous updates

This commit is contained in:
Anthony Donlon
2025-11-22 00:22:45 +08:00
parent 5c18dfb930
commit 68b1d35ac4
3 changed files with 2 additions and 5 deletions

View File

@@ -27,7 +27,7 @@
<span class="code-label">Error code {{ error_code }}</span>
</h1>
{% set more_info = params.more_information or {} %}
{% if not more_info.hidden or false %}
{% if not more_info.hidden or false %}{# default: shown #}
<div>
Visit <a href="{{more_info.link or 'https://www.cloudflare.com/'}}" target="_blank" rel="noopener noreferrer">{{more_info.text or 'cloudflare.com'}}</a> for more information.
</div>