File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}} —
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}} — {% endif %}
12+ </ div >
1313 </ div >
14- </ footer >
14+ </ div >
15+ </ footer >
16+
You can’t perform that action at this time.
0 commit comments