Skip to content

Commit

Permalink
change footer info
Browse files Browse the repository at this point in the history
  • Loading branch information
timohyva committed May 4, 2024
1 parent dd37236 commit c575223
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
<div class="containers">
<div class="row justify-content-md-center">
<div class="col col-md-auto">
<a href="https://tekniiquann.github.io" >This site is crated and maintained by Quang</a>
<a class="fs-5 fw-bold" href="https://tekniiquann.github.io" >
This site is crated and maintained by Quang
</a>
</div>
<div class="col col-lg-2">
<div class="col-md-6 text-end social-media-icons">
{% for item in site.data.settings.social %}
<a href="{{ item.link }}" class="ms-3 fs-5">
<a href="{{ item.link }}" class="ms-3 fs-4">
<i class="fab fa-{{ item.icon }}"></i>
</a>
{% endfor %}
Expand Down

0 comments on commit c575223

Please sign in to comment.