Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b69552a

Browse files
author
Joseph Damiba
committed
make sure search shows up on ggplot2 pages
1 parent 1ba40d6 commit b69552a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/layouts/_header-main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div class="--wrap-right">
1010
<nav class="--nav-meta" role="navigation">
1111
<ul>
12-
{% if page.permalink contains "javascript/" or page.permalink contains "python/" or page.permalink contains "r/" page.permalink contains "ggplot2/" %}
12+
{% if page.permalink contains "javascript/" or page.permalink contains "python/" or page.permalink contains "r/" or page.permalink contains "ggplot2/" %}
1313
<li>
1414
<button id="modal-button" type="button" data-toggle="modal" data-target="#myModal">
1515
<input id="modal-input" style="border-radius: 10px; width: 140px" type="text" placeholder=" Search..." readonly/>

0 commit comments

Comments
 (0)