Skip to content

Commit

Permalink
fix iframe in sidebar'
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Oct 9, 2023
1 parent b1c7b26 commit 034b845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1 class="site-title"><a href="{{ '/' | relative_url }}">Altorouter</a></h1>
{{ content }}
</section>
<footer>
<iframe src="/github-stars.html?user=dannyvankooten&amp;repo=altorouter&amp;type=watch&amp;count=true" allowtransparency="true" width="120px" height="20px" style="margin-bottom: 20px;"></iframe>
<iframe src="{{ '/github-stars.html?user=dannyvankooten&amp;repo=altorouter&amp;type=watch&amp;count=true' | relative_url }}" allowtransparency="true" width="120px" height="20px" style="margin-bottom: 20px;"></iframe>
<p>This project is maintained by <a href="https://github.com/dannyvankooten">dannyvankooten</a></p>
<p><small>Hosted on GitHub Pages<br />Theme by <a rel="nofollow" href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
Expand Down

0 comments on commit 034b845

Please sign in to comment.