Skip to content

Commit

Permalink
Remove link to teacher guide on homepage of teacher guide (fixes #213)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackMorganNZ committed Oct 17, 2016
1 parent 3117114 commit 8accb21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions generator/html-templates.conf
Original file line number Diff line number Diff line change
Expand Up @@ -319,12 +319,12 @@ MathJax.Hub.Config({
</a>
{%- endif %}
</div>

<p>{{ translations.homepage_paragraph_1 }}</p>

{% if guide.version == 'student' %}
<p>{{ translations.homepage_link_to_teachers_guide }}</p>
{% endif %}
{{ prerelease_notice }}

<p>{{ translations.homepage_paragraph_2 }}</p>
<p>{{ translations.homepage_paragraph }}</p>
{website_homepage_content end}

{website_homepage_header}
Expand Down
4 changes: 2 additions & 2 deletions text/en/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ text_values:
homepage_curriculum_guides: "Curriculum Guides"
homepage_further_information: "Further Information"
homepage_download_pdf: "Download PDF"
homepage_paragraph_1: "A teacher's guide is available. Read the <a href='./about.html'>About section</a> for more details to access this."
homepage_paragraph_2: "This guide features interactive activities within some of the chapters. These should work with any modern browser updated in the last year, but we are continually expanding the compatibility of these. This guide is open source and <a href='https://github.com/uccser/cs-field-guide'>available on GitHub</a>."
homepage_link_to_teachers_guide: "A teacher's guide is available, read the <a href='./about.html'>About section</a> for more details to access this."
homepage_paragraph: "This guide features interactive activities within some of the chapters. These should work with any modern browser updated in the last year, but we are continually expanding the compatibility of these. This guide is open source and <a href='https://github.com/uccser/cs-field-guide'>available on GitHub</a>."
feedback_heading: "Want to give us feedback?"
feedback_paragraph_1: "Because this textbook is online it’s easy for us to update it. Please use this form for any form of feedback, from tiny obvious suggestions to broad observations. We love getting positive feedback too (and it helps us to get support for this work)."
feedback_button: "Submit Feedback"
Expand Down

0 comments on commit 8accb21

Please sign in to comment.