diff --git a/doc_faq.html b/doc_faq.html index ede2e52..65d1f6f 100644 --- a/doc_faq.html +++ b/doc_faq.html @@ -7,7 +7,7 @@ summary: "You can use an accordion-layout that takes advantage of Bootstrap styl --- {% include linkrefs.html %} -If you want to use an FAQ format, use the syntax shown on the faq.html page. Rather than including code samples here (which are bulky with a lot of nested `div` tags), just look at the source in the doc_faq.html theme file. +If you want to use an FAQ format, use the syntax shown on the faq.html page. Rather than including code samples here (which are bulky with a lot of nested div tags), just look at the source in the doc_faq.html theme file.
diff --git a/doc_scroll.html b/doc_scroll.html index dee2f3c..e6fc8f5 100644 --- a/doc_scroll.html +++ b/doc_scroll.html @@ -12,8 +12,8 @@ summary: "This page demonstrates how you the integration of a script called Scro {{note}} The content on this page doesn't display well on PDF, but I included it anyway so you could see the problems this layout poses if you're including it in PDF. {{end}} {% endif %} -{% unless site.print == true %} - +{% if site.print == false %} + @@ -118,7 +118,7 @@ $('#small-box-links').localScroll({ -{% endunless %} +{% endif %}