Skip to content

Commit 863fb7c

Browse files
committed
move the image toggle into the righthand sidebar below the miniToc
1 parent fc8b715 commit 863fb7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

includes/article.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ <h1 class="border-bottom-0">{{ page.title }}</h1>
1717
<button class="btn-link Link--secondary js-print tooltipped tooltipped-n" aria-label="Print this article">
1818
{% include printer-icon %}
1919
</button>
20-
{% include toggle-images %}
2120
</div>
2221
</div>
2322

@@ -63,6 +62,7 @@ <h2 id="in-this-article" class="f5 mb-2"><a class="Link--primary" href="#in-this
6362
</ul>
6463
{% endif %}
6564
</div>
65+
{% include toggle-images %}
6666
</div>
6767
<div id="article-contents" class="article-grid-body">
6868
{% if featuredLinks.gettingStarted and featuredLinks.popular %}

0 commit comments

Comments
 (0)