-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Proper node-pl pa11y url * Generator js name * Update generator to not export demo twig/yaml within index.js * Fix extra block region in article.twig
- Loading branch information
Showing
4 changed files
with
9 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,6 @@ | ||
{% extends '@templates/site-container.twig' %} | ||
{% block content %} | ||
|
||
{% block content %} | ||
{% include '@organisms/article/_article.twig' with { | ||
article: article_demo | ||
} %} | ||
{% endblock content %} | ||
|
||
|
||
{% endblock %} | ||
{% block content %} | ||
{% include '@organisms/article/_article.twig' with { | ||
article: article_demo | ||
} %} | ||
{% endblock content %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tools/generators/new-component/generators/app/templates/ds/index.js.ejs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* <%= camelCaseName %> | ||
* <%= name %> | ||
*/ | ||
|
||
import $ from 'jquery'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters