Skip to content

Commit ca0dfec

Browse files
committed
remove footer
1 parent 38dd342 commit ca0dfec

1 file changed

Lines changed: 15 additions & 13 deletions

File tree

shadcn/templates/footer.html

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
<footer view-transition-name="footer"
2-
class="group-has-[.section-soft]/body:bg-surface/40 3xl:fixed:bg-transparent dark:bg-transparent">
3-
<div class="container-wrapper px-4 xl:px-6">
4-
<div class="flex h-(--footer-height) items-center justify-between">
5-
<div class="text-muted-foreground w-full text-center text-xs leading-loose sm:text-sm">
6-
{% if config.site_author %}
7-
Built by<!-- --> {{ config.site_author | parse_author}} &mdash;
8-
{% endif %}
9-
<a href="https://github.com/asiffer/mkdocs-shadcn">shadcn theme</a> provided by
10-
<a href="https://github.com/asiffer">@asiffer</a>
11-
</div>
12-
</div>
1+
<footer
2+
view-transition-name="footer"
3+
class="group-has-[.section-soft]/body:bg-surface/40 3xl:fixed:bg-transparent dark:bg-transparent"
4+
>
5+
<div class="container-wrapper px-4 xl:px-6">
6+
<div class="flex h-(--footer-height) items-center justify-between">
7+
<div
8+
class="text-muted-foreground w-full text-center text-xs leading-loose sm:text-sm"
9+
>
10+
{% if config.site_author %} Built by<!-- -->
11+
{{ config.site_author | parse_author}} &mdash; {% endif %}
12+
</div>
1313
</div>
14-
</footer>
14+
</div>
15+
</footer>
16+

0 commit comments

Comments
 (0)