fixing invalid syntax in links to reduce errors

This commit is contained in:
Tom Johnson
2015-09-14 22:45:57 -07:00
parent c79a4a2dba
commit c876f9a747
5 changed files with 12 additions and 10 deletions

View File

@ -1,5 +1,5 @@
<script language="JavaScript" type="text/javascript">
<script type="text/javascript">
$( document ).ready(function() {
if (top.location == location) {

View File

@ -42,8 +42,8 @@
<ul id="mysidebar" class="nav">
<div class="siteTagline">{{site.sidebar_tagline}}</div>
<div class="versionTagline">{{site.sidebar_version}}</div>
<span class="siteTagline">{{site.sidebar_tagline}}</span>
<span class="versionTagline">{{site.sidebar_version}}</span>
{% for entry in sidebar %}
{% for subcategory in entry.subcategories %}
@ -80,11 +80,10 @@
</li>
{% endif %}
{% endfor %}
</li>
{% endif %}
{% endfor %}
{% if subcategory.class == "series" %}</ul>{% else %}</ul>{% endif %}
</li>
</ul> </li>
{% endif %}
{% endfor %}
{% endfor %}

View File

@ -1,5 +1,5 @@
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container topnavlinks">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
@ -91,6 +91,9 @@
</li>
{% include frameescape.html %}
</div>
<!-- /.container -->
</nav>
</ul>
</div></nav>

View File

@ -1,5 +1,4 @@
<!DOCTYPE html>
<html lang="en">
<html>
<head>

View File

@ -233,6 +233,7 @@ $('#small-box-links').localScroll({
</div> <!-- end small-box-links -->
</div> <!-- end row -->
</div> <!-- end container -->
</div>
{{site.data.alerts.note}} This was mostly an experiment to see if there was a better way to document a long JSON code example. I haven't actually used this approach in my own documentation.{{site.data.alerts.end}}