content updates
This commit is contained in:
parent
6fb6c26bbd
commit
cc4bac4a57
@ -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 <code>div</code> tags), just look at the source in the doc_faq.html theme file.
|
||||
|
||||
|
||||
<div class="panel-group" id="accordion">
|
||||
|
@ -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}}
|
||||
{% endif %}
|
||||
|
||||
{% unless site.print == true %}
|
||||
{% if site.print == false %}
|
||||
<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 -->
|
||||
<script src="{{ "/js/jquery.localScroll.min.js" | prepend:site.baseurl }}"></script>
|
||||
@ -118,7 +118,7 @@ $('#small-box-links').localScroll({
|
||||
|
||||
</style>
|
||||
|
||||
{% endunless %}
|
||||
{% endif %}
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user