Skip to content

Commit

Permalink
remove duplicated search (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
kafitzgerald authored Aug 7, 2024
1 parent f23779f commit 8097ba7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,8 @@
# Add some more theme Options
html_theme_options = {
'github_url': 'https://github.com/ncar/esds',
'search_bar_text': 'Search this site... ',
'google_analytics_id': 'UA-196809533-1',
'navbar_end': ['search-field.html', 'navbar-icon-links'],
'navbar_end': ['navbar-icon-links'],
}

rediraffe_redirects = 'redirects.txt'
Expand All @@ -82,15 +81,13 @@
'about': ['hello.html'],
'faq': ['hello.html'],
'communication': ['hello.html'],
'blog': ['search-field.html', 'sidebar-nav-bs.html', 'tagcloud.html', 'archives.html'],
'blog': ['sidebar-nav-bs.html', 'tagcloud.html', 'archives.html'],
'posts/**': [
'search-field.html',
'sidebar-nav-bs.html',
'postcard.html',
'recentposts.html',
'archives.html',
],
# "**": ["search-field.html", "sidebar-nav-bs.html"]
}


Expand Down

0 comments on commit 8097ba7

Please sign in to comment.