content updates

This commit is contained in:
Tom Johnson 2015-08-17 13:45:36 -07:00
parent 6fb6c26bbd
commit cc4bac4a57
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ summary: "You can use an accordion-layout that takes advantage of Bootstrap styl
--- ---
{% include linkrefs.html %} {% 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 <code>div</code> tags), just look at the source in the doc_faq.html theme file.
<div class="panel-group" id="accordion"> <div class="panel-group" id="accordion">

View File

@ -12,7 +12,7 @@ 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}} {{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 %} {% endif %}
{% unless site.print == true %} {% if site.print == false %}
<script src="{{ "/js/jquery.scrollTo.min.js" | prepend:site.baseurl }}"></script> <script src="{{ "/js/jquery.scrollTo.min.js" | prepend:site.baseurl }}"></script>
<!-- local scroll must come after scrollTo, because localScroll is based on scrollTo, which is based on jQuery --> <!-- local scroll must come after scrollTo, because localScroll is based on scrollTo, which is based on jQuery -->
<script src="{{ "/js/jquery.localScroll.min.js" | prepend:site.baseurl }}"></script> <script src="{{ "/js/jquery.localScroll.min.js" | prepend:site.baseurl }}"></script>
@ -118,7 +118,7 @@ $('#small-box-links').localScroll({
</style> </style>
{% endunless %} {% endif %}
<div class="container"> <div class="container">
<div class="row"> <div class="row">