Skip to content

Commit

Permalink
hide default faqs on galaxy and gtn faq pages
Browse files Browse the repository at this point in the history
  • Loading branch information
shiltemann committed Mar 3, 2022
1 parent fe1320a commit e906a65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _layouts/faq-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ <h4 class="faq-area"> {{q.title}} <a href="{{site.baseurl}}{{q.url}}"><i class="

{% endfor %}

{% unless page.url contains 'faqs/galaxy/' or page.url contains 'faqs/gtn/' %}
<br>
<h3 id="general-faqs"> <a href="#general-faqs"> General Questions </a></h3>
<hr>
Expand All @@ -55,8 +56,8 @@ <h4 class="faq-area"> Can't find one of the tools for this tutorial? <a href="{{
<h4 class="faq-area"> Running into an error? <a href="{{site.baseurl}}/faqs/galaxy/analysis_troubleshooting.html"><i class="fas fa-external-link-alt"></i></a> </h4>
{% snippet /faqs/galaxy/analysis_troubleshooting.md %}
{% endif %}
</h3>

{% endunless %}



Expand Down

0 comments on commit e906a65

Please sign in to comment.