Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Inside the div container github icon is added with link to master branch

Fixes: #1366
Fixes: #1372
  • Loading branch information
VitthalGund authored and Finii committed Oct 9, 2023
1 parent 5dced14 commit aec6b8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
{% include header.html %}
<body>
<div id="main">
<div class="container">
<a href="https://github.com/ryanoasis/nerd-fonts/tree/master" target="_blank" id="github"
class="fa fa-github"></a>
</div>
{% include topnav.html %}
{% for page in site.posts reversed %}
{% if page.page == nil %}
Expand Down

0 comments on commit aec6b8d

Please sign in to comment.