-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove get help section from default layout
- Loading branch information
Showing
1 changed file
with
0 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -290,16 +290,6 @@ <h6><small class="text-muted">Page last modified on: {{ page.last_modified_at | | |
{% if page.url contains "/Getting-Started/" or page.url contains "/How-We-Operate/" or page.url contains "/Resources/" %} | ||
<p></p> | ||
{% else %} | ||
|
||
<h2> Get Help </h2> | ||
<hr> | ||
<p>If you have any further questions about the management and analysis of your microbial research data, please contact us: | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
(by emailing us you agree to the <a href="https://nfdi4microbiota.de/legals/privacy-policy.html">privacy policy - in German </a> | ||
on our website: <a href="https://nfdi4microbiota.de/contact-form/">Contact</a>. | ||
The legally non-binding English translation can be found <a href="{{ '/docs/_Getting-Started/01-privacy-policy-english-translation.md' | relative_url }}"> here</a>.). | ||
</p> | ||
|
||
<h2>References </h2> | ||
<hr> | ||
{% bibliography --cited_in_order %} | ||
|