Skip to content

Commit cb255d6

Browse files
committed
docs: update theme
1 parent 0faba65 commit cb255d6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/layouts/_default/baseof.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
{{/* {{ partial "skippy" . }} */}}
88
{{ partial "sidebar" . }}
99
<div class="wrapper flex-grow-1">
10+
<div class="alert alert-light d-flex justify-content-center rounded-0 border-bottom">
11+
<span class="me-3">If you like this project and want to help us, please give us a star ⭐️ on Github. ➡️</span>
12+
<a class="github-button" href="https://github.com/coreui/coreui" data-size="large" aria-label="Star coreui/coreui on GitHub">Star</a>
13+
<span class="ms-3">🙏</span>
14+
</div>
1015
{{ partial "header" . }}
1116
{{ block "main" . }}
1217
{{ end }}

docs/layouts/partials/scripts.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@
1414
{{- end }}
1515

1616
<script src="{{ $docsJs.Permalink | relURL }}"></script>
17+
18+
<!-- Place this tag in your head or just before your close body tag. -->
19+
<script async defer src="https://buttons.github.io/buttons.js"></script>

0 commit comments

Comments
 (0)