music-encoding/guidelines

plainExample template not requiring version

Closed this issue · 2 comments

We should change plainExample template calls from

{% include plainExample.html example="examples/shared/shared-sample014.xml" valid="true" version=page.version %}

to

{% include plainExample.html example="examples/shared/shared-sample014.xml" valid="true" %}

@kepper change them to a more compact call

{% include mei example="shared/shared-sample014.xml" valid="true" %}

resolving the new more compact call seems to be working already. Will create a PR from my fork.