Skip to content

Commit

Permalink
Update footer.html
Browse files Browse the repository at this point in the history
removed commit info, didn't work
  • Loading branch information
PatrickJnr authored Mar 25, 2024
1 parent 1169da1 commit bc86d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% for item in site.data.settings.social %}
<a href="{{ item.link }}" class="menu-link" target="_blank"><i class="fa fa-{{ item.icon }}" aria-hidden="true"></i></a>
{% endfor %}
<div class="footer-description"><a href="{{ site.github.url }}/">{{ site.title }} with<sub>:heart:</sub> | Commit: {{ site.github.build_revision }}</a></div>
<div class="footer-description"><a href="{{ site.github.url }}/">{{ site.title }} with<sub>:heart:</sub>.</a></div>


</footer>

0 comments on commit bc86d59

Please sign in to comment.