Skip to content

Commit 0b2fc4b

Browse files
committed
Replacing news tab with V&V tab.
1 parent d055432 commit 0b2fc4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/topnav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<li {% if page.sectionid=='docs' %} class="active" {% endif %}><a href="{{ "/publications.html" | prepend: site.baseurl }}">Publications</a></li>
1818
<li {% if page.sectionid=='docs' %} class="active" {% endif %}><a href="{{ "/docs/home/" | prepend: site.baseurl }}">Docs</a></li>
1919
<li {% if page.sectionid=='tutorials' %} class="active" {% endif %}><a href="{{ "/tutorials/home/" | prepend: site.baseurl }}">Tutorials</a></li>
20+
<li {% if page.sectionid=='vandv' %} class="active" {% endif %}><a href="{{ "/vandv/home/" | prepend: site.baseurl }}">V&V</a></li>
2021
<li {% if page.sectionid=='forum' %} class="active" {% endif %}><a href="{{ "https://www.cfd-online.com/Forums/su2/" | prepend: site.baseurl }}">Forum</a></li>
2122
<li {% if page.sectionid=='develop' %} class="active" {% endif %}><a href="{{ "/develop.html" | prepend: site.baseurl }}">Develop</a></li>
22-
<li {% if page.sectionid=='blog' %} class="active" {% endif %}><a href="{{ site.posts.first.url | prepend: site.baseurl }}">News</a></li>
2323
</ul>
2424
<div class="navbar-right">
2525
<ul class="nav navbar-nav">

_vandv/contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permalink: /docs/Your_Case_Name
2020
I'm contributing to SU2!
2121
```
2222

23-
**2.** Create a new subfolder in `_vandv_files/` as `_vand/Your_Case_Name`, where you can store any additional files needed for your case study, such as config file, mesh, and images of results. Don't forget to provide the relative links in your Markdown file to these auxiliary files, if necessary.
23+
**2.** Create a new subfolder in `_vandv_files/` as `_vand/Your_Case_Name`, where you can store any additional files needed for your case study, such as images of results. Don't forget to provide the relative links in your Markdown file to these auxiliary files, if necessary.
2424

2525
**3.** Add the case study pagename to the `_data/vandv.yml` file, in order to list it in the navigation panel:
2626

0 commit comments

Comments
 (0)