Merge pull request #1020 from alphagov/optional-content

Add guidance for optional content into template pages
This commit is contained in:
Chris Hill-Scott
2016-11-11 16:15:29 +01:00
committed by GitHub
3 changed files with 22 additions and 0 deletions

View File

@@ -29,6 +29,7 @@
<aside class="column-whole">
{% include "partials/templates/guidance-formatting.html" %}
{% include "partials/templates/guidance-personalisation.html" %}
{% include "partials/templates/guidance-optional-content.html" %}
{% include "partials/templates/guidance-links.html" %}
</aside>
</div>

View File

@@ -27,6 +27,7 @@
</div>
<aside class="column-whole">
{% include "partials/templates/guidance-personalisation.html" %}
{% include "partials/templates/guidance-optional-content.html" %}
{% include "partials/templates/guidance-links.html" %}
{% include "partials/templates/guidance-character-count.html" %}
</aside>