Skip to content

Commit

Permalink
Added Github star button
Browse files Browse the repository at this point in the history
  • Loading branch information
michalv8 committed Aug 24, 2023
1 parent 459fc03 commit 746cab3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions resources/views/layout.twig
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,17 @@
<vue-searchbar value="{{ input_get('q') }}"></vue-searchbar>
</div>

<div id="github-star" class="d-flex order-1 align-self-center">
<iframe
src="https://ghbtns.com/github-btn.html?user=pradoslaw&repo=coyote&type=star&count=true&size=large"
frameborder="0"
scrolling="0"
width="120"
height="30"
title="GitHub"
></iframe>
</div>

{% if auth_check() %}
<ul id="nav-auth" class="nav-auth navbar-nav order-2"></ul>

Expand Down

0 comments on commit 746cab3

Please sign in to comment.