1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-07-31 13:40:16 +02:00

fix iframe in sidebar'

This commit is contained in:
Danny van Kooten
2023-10-09 20:11:35 +02:00
parent b1c7b26248
commit 034b84533b

View File

@@ -22,7 +22,7 @@
{{ 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>