Update index.html

Inside the div container github icon is added with link to master branch
This commit is contained in:
Vitthal Popat Gund 2023-10-09 00:15:51 +05:30 committed by Fini Jastrow
parent eb519696c8
commit e87c7c4479

View file

@ -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 %}