Skip to content

Commit

Permalink
#88 Change footer link to point to home page
Browse files Browse the repository at this point in the history
  • Loading branch information
LeNPaul committed Jun 5, 2021
1 parent 97ba892 commit f7c1cd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<footer class="footer">
{% include social-icons.html %}
<div class="post-date"><a href="{{ site.github.url }}/menu/about.html">{{ site.title }} | {{ site.description }} by {{ site.author }}</a></div>
</footer>
<div class="post-date"><a href="{{ site.github.url }}/">{{ site.title }} | {{ site.description }} by {{ site.author }}</a></div>
</footer>

0 comments on commit f7c1cd0

Please sign in to comment.