Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Removed the include tag at the end of message.html #3861

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Charl-pena
Copy link

This include tag is not necessary, since the layout for the docs already includes it, and results in duplication.

This is a bugfix.

The following include tag is not necessary since the Documents layout already includes it, and causes duplication.

Previously (lines 207-208):

docs/elements/snippet.html content=message_large %} {% include
docs/components/variables.html type='component' %}

Now:

docs/elements/snippet.html content=message_large %}

Testing Done

None.

Duplication successfully removed.

Changelog updated?

No.

This include tag is not necessary, since the layout for the docs already includes it, and results in duplication.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant