Skip to content

Commit

Permalink
Remove a star button
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengchun committed Apr 5, 2024
1 parent 50188be commit 8272059
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions layouts/index.html
Expand Up @@ -29,15 +29,7 @@ <h1 class="display-4 fw-bold lh-sm text-center ls-tight">Awesome Bootstrap Theme
</div>
<div class="text-center mt-6 d-flex justify-content-center align-items-center">
<span class="text-body-tertiary me-4 fs-sm">Currently <strong>v{{ .Site.Params.current_version }}</strong></span>
<a
class="github-button"
href="https://github.com/fastbootstrap/atlassian-design-for-bootstrap"
data-icon="octicon-star"
data-size="large"
data-show-count="true"
aria-label="Star fastbootstrap/atlassian-design-for-bootstrap on GitHub"
>Star</a
>
<a href="https://github.com/fastbootstrap/atlassian-design-for-bootstrap/releases" class="text-decoration-underline decoration-2">Source code</a>
</div>
</div>
</section>
Expand Down Expand Up @@ -125,10 +117,6 @@ <h4 class="h4">JS</h4>
</div>
{{ end }}

{{ define "scripts" }}
<script async defer src="https://buttons.github.io/buttons.js"></script>
{{ end }}

{{ define "footer" }}
{{ partial "footer" $ }}
{{ end }}

0 comments on commit 8272059

Please sign in to comment.