Skip to content

Commit

Permalink
Merge pull request #44 from Eitot/misc
Browse files Browse the repository at this point in the history
  • Loading branch information
josh64x2 authored Dec 17, 2023
2 parents d8978dc + ea17412 commit 53a5dbe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
25 changes: 11 additions & 14 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,23 @@
<div id="primary-menu-trigger"><i class="icon-reorder"></i></div>

<ul class="current sub-menu">
<!-- <li class="current"><a href="{{ site.baseurl }}/"><div>{{ page.title }}</div></a></li> -->
<li><a href="{{ "/about" | prepend: site.baseurl }}">About</a>
<!-- <li class="current"><a href="{{ site.baseurl }}/"><div>{{ page.title }}</div></a></li> -->
<li><a href="{{ '/about' | prepend: site.baseurl }}">About</a></li>
<li><a href="{{ site.app_github_url }}/releases/latest">Download</a></li>
<li><a href="{{ '/development' | prepend: site.baseurl }}">Development</a>
<ul style="display: none">
<li><a href="{{ "/faq" | prepend: site.baseurl }}">FAQ</a></li>
<li><a href="{{ site.app_github_url }}">Browse Source</a></li>
<li><a href="{{ '/development/creating-plugins-for-vienna-2-5' | prepend: site.baseurl }}">Creating Plugins</a></li>
</ul>
</li>
<li><a href="{{ "/development/" | prepend: site.baseurl }}">Development</a>
<li><a href="{{ '/faq' | prepend: site.baseurl }}">FAQ</a></li>
<li><a href="{{ '/support' | prepend: site.baseurl }}">Get Support</a></li>
<li><a href="{{ '/extras/' | prepend: site.baseurl }}">Extras</a>
<ul style="display: none">
<li><a href="https://github.com/ViennaRSS/vienna-rss">Browse Source</a></li>
<li><a href="{{ "/development/creating-plugins-for-vienna-2-5" | prepend: site.baseurl }}">Creating Plugins</a></li>
</ul>
<li><a href="https://github.com/ViennaRSS/vienna-rss/releases/latest">Download</a></li>
</li>
<li><a href="{{ "/blog/" | prepend: site.baseurl }}">Blog</a></li>
<li><a href="{{ "/extras/" | prepend: site.baseurl }}">Extras</a>
<ul style="display: none">
<li><a href="{{ "/extras/creating-custom-styles" | prepend: site.baseurl }}">Custom Styles</a></li>
<li><a href="{{ '/extras/creating-custom-styles' | prepend: site.baseurl }}">Custom Styles</a></li>
</ul>
</li>
<li><a href="{{ "/support" | prepend: site.baseurl }}">Get Support</a></li>
<li><a href="{{ '/blog' | prepend: site.baseurl }}">Blog</a></li>
</ul>
</div>

Expand Down
2 changes: 1 addition & 1 deletion faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ categories:
<a name="Where_do_I_get_the_Vienna_source_code" id="Where_do_I_get_the_Vienna_source_code">Where do I get the Vienna source code?</a>
</h2>

See the [Development page]({{ "/development/" | prepend: site.baseurl }}) for instructions on getting the source code for Vienna. The source code is freely available if you're interested in learning how Vienna works, if you want to build your own copy of Vienna from scratch on your own machine or if you want to borrow portions for inclusion in your own project. The source is provided under the [Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0.html).
See the [Development page]({{ "/development" | prepend: site.baseurl }}) for instructions on getting the source code for Vienna. The source code is freely available if you're interested in learning how Vienna works, if you want to build your own copy of Vienna from scratch on your own machine or if you want to borrow portions for inclusion in your own project. The source is provided under the [Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0.html).

<h2>
<a name="I_found_a_problem_with_Vienna._How_do_I_report_it" id="I_found_a_problem_with_Vienna._How_do_I_report_it">I found a problem with Vienna. How do I report it?</a>
Expand Down

0 comments on commit 53a5dbe

Please sign in to comment.