Remove deprecated "page.header.cta_url" setting (#4821)

This commit is contained in:
iBug
2024-05-05 04:35:57 +08:00
committed by GitHub
parent ab42c3ba1d
commit ed883ea2d4
2 changed files with 0 additions and 5 deletions

View File

@ -36,9 +36,6 @@
<p class="page__lead">{{ page.excerpt | markdownify | remove: "<p>" | remove: "</p>" }}</p>
{% endif %}
{% include page__meta.html %}
{% if page.header.cta_url %}
<p><a href="{{ page.header.cta_url | relative_url }}" class="btn btn--light-outline btn--large">{{ page.header.cta_label | default: site.data.ui-text[site.locale].more_label | default: "Learn More" }}</a></p>
{% endif %}
{% if page.header.actions %}
<p>
{% for action in page.header.actions %}