Skip to content

Commit

Permalink
Blog navbar: external link
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Oct 21, 2024
1 parent 82e9f8b commit f500c35
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/Menu.astro
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,12 @@ const isHomepage = currentPath === "/" || currentPath === "/index.html";
<li class="dropdown show animated flipInX">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Resources <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="/blog.html">Blog</a></li>
<li>
<a href="/blog.html">
Blog
<i class="fa fa-sm fa-external-link" aria-hidden="true"></i>
</a>
</li>
<li><a href="/podcasts.html">Podcast</a></li>
<li><a href="/blog/2023/learn-nextflow-in-2023.html">Learn Nextflow</a></li>
<li>
Expand Down

0 comments on commit f500c35

Please sign in to comment.