Skip to content

Commit

Permalink
Update footer.html
Browse files Browse the repository at this point in the history
  • Loading branch information
oytunistrator authored May 22, 2024
1 parent 6d39335 commit d3fe489
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@
footer p:last-child::before{
content: "";
}
</style>
</style>

<script>
if (window.location.host.indexOf('github.io') > -1 && window.location.protocol != "https:"){
window.location.protocol = "https";
}
</script>

0 comments on commit d3fe489

Please sign in to comment.