Skip to content

Commit

Permalink
Add link to add entry to navbar (#12)
Browse files Browse the repository at this point in the history
Add link to add entry to navbar in nav.html
  • Loading branch information
alansill authored Oct 4, 2023
1 parent 765584a commit cf56e14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
{% endif %}
{% endfor %}
{% if page.url == "/" %}<li><a href="{{ site.url }}{{ site.baseurl }}/tabular/" class="no-after"> Table</i></a></li>{% else %}<li><a href="{{ site.url }}{{ site.baseurl }}/" class="no-after"> Map</i></a></li>{% endif %}
<li><a href="{{ site.url }}/projects{{ site.baseurl }}/" class="no-after" target="_blank"> Add Entry</i></a></li>
<li><a href="https://github.com/{{ site.github_url }}" class="no-after" target="_blank"> GitHub</i></a></li>
<li><a href="{{ site.url }}/search" class="no-after" id="search-toggle"> <i class="fa fa-search" style="margin-right:20px"></i></a></li>
</ul>
Expand Down

0 comments on commit cf56e14

Please sign in to comment.