10
10
< h1 class ="animate__animated animate__zoomIn "> < i class ="fa-solid fa-house-laptop me-2 "> </ i > {{ site.site_name }}</ h1 >
11
11
12
12
< div class ="mb-2 badges " style ="min-height: 28px; ">
13
- < a href ="{{ site.github_url }}/releases/latest " title ="GitHub " target ="_blank " rel ="noopener ">
14
- < img alt ="GitHub Release Version " class ="mb-1 animate__animated animate__zoomIn " src ="https://img.shields.io/github/v/release/{{ site.github_owner_repo }}?style=for-the-badge&logo=github "> </ a >
15
- < a href ="{{ site.github_url }}?tab=readme-ov-file#readme " title ="GitHub " target ="_blank " rel ="noopener ">
16
- < img alt ="GitHub Language " class ="mb-1 animate__animated animate__zoomIn " src ="https://img.shields.io/github/languages/top/{{ site.github_owner_repo }}?style=for-the-badge&logo=htmx&logoColor=white "> </ a >
17
- < a href ="{{ site.github_url }} " title ="GitHub " target ="_blank " rel ="noopener ">
18
- < img alt ="GitHub Last Commit " class ="mb-1 animate__animated animate__zoomIn " src ="https://img.shields.io/github/last-commit/{{ site.github_owner_repo }}?style=for-the-badge&logo=github "> </ a >
19
- < a href ="{{ site.github_url }}/stargazers " title ="GitHub " target ="_blank " rel ="noopener ">
20
- < img alt ="GitHub Stars " class ="mb-1 animate__animated animate__zoomIn " src ="https://img.shields.io/github/stars/{{ site.github_owner_repo }}?style=for-the-badge&logo=github&logoColor=white "> </ a >
21
- < a href ="{{ site.github_url }} " title ="Mozilla " target ="_blank " rel ="noopener ">
22
- < img alt ="GitHub Workflow Build " class ="mb-1 animate__animated animate__zoomIn " src ="https://img.shields.io/github/actions/workflow/status/{{ site.github_owner_repo }}/build.yaml?style=for-the-badge&logo=github&logoColor=white&label=build "> </ a >
23
- < a href ="{{ site.github_url }} " title ="Google " target ="_blank " rel ="noopener ">
24
- < img alt ="GitHub Workflow Build " class ="mb-1 animate__animated animate__zoomIn " src ="https://img.shields.io/github/actions/workflow/status/{{ site.github_owner_repo }}/test.yaml?style=for-the-badge&logo=github&logoColor=white&label=test "> </ a >
13
+ < a href ="{{ site.github_full_url }}/releases/latest " title ="GitHub " target ="_blank " rel ="noopener ">
14
+ < img alt ="GitHub Release Version " class ="mb-1 animate__animated animate__zoomIn " src ="https://img.shields.io/github/v/release/{{ site.github_org }}/{{ site.github_repo }}?style=for-the-badge&logo=github "> </ a >
15
+ < a href ="{{ site.github_full_url }}?tab=readme-ov-file#readme " title ="GitHub " target ="_blank " rel ="noopener ">
16
+ < img alt ="GitHub Language " class ="mb-1 animate__animated animate__zoomIn " src ="https://img.shields.io/github/languages/top/{{ site.github_org }}/{{ site.github_repo }}?style=for-the-badge&logo=htmx&logoColor=white "> </ a >
17
+ < a href ="{{ site.github_full_url }} " title ="GitHub " target ="_blank " rel ="noopener ">
18
+ < img alt ="GitHub Last Commit " class ="mb-1 animate__animated animate__zoomIn " src ="https://img.shields.io/github/last-commit/{{ site.github_org }}/{{ site.github_repo }}?style=for-the-badge&logo=github "> </ a >
19
+ < a href ="{{ site.github_full_url }}/stargazers " title ="GitHub " target ="_blank " rel ="noopener ">
20
+ < img alt ="GitHub Stars " class ="mb-1 animate__animated animate__zoomIn " src ="https://img.shields.io/github/stars/{{ site.github_org }}/{{ site.github_repo }}?style=for-the-badge&logo=github&logoColor=white "> </ a >
21
+ < a href ="{{ site.github_full_url }} " title ="Mozilla " target ="_blank " rel ="noopener ">
22
+ < img alt ="GitHub Workflow Build " class ="mb-1 animate__animated animate__zoomIn " src ="https://img.shields.io/github/actions/workflow/status/{{ site.github_org }}/{{ site.github_repo }}/build.yaml?style=for-the-badge&logo=github&logoColor=white&label=build "> </ a >
23
+ < a href ="{{ site.github_full_url }} " title ="Google " target ="_blank " rel ="noopener ">
24
+ < img alt ="GitHub Workflow Build " class ="mb-1 animate__animated animate__zoomIn " src ="https://img.shields.io/github/actions/workflow/status/{{ site.github_org }}/{{ site.github_repo }}/test.yaml?style=for-the-badge&logo=github&logoColor=white&label=test "> </ a >
25
25
< a href ="{{ site.discord_invite }} " title ="Discord " target ="_blank " rel ="noopener ">
26
26
< img alt ="Join Discord " class ="mb-1 animate__animated animate__zoomIn " src ="https://img.shields.io/discord/{{ site.discord_server }}?style=for-the-badge&logo=discord&logoColor=white&label=discord&color=7289da "> </ a >
27
27
</ div >
@@ -31,14 +31,14 @@ <h1 class="animate__animated animate__zoomIn"><i class="fa-solid fa-house-laptop
31
31
designed to work with client apps such as < a href ="https://github.com/ShareX/ShareX " target ="_blank " rel ="noopener "> ShareX</ a > and
32
32
< a href ="https://github.com/flameshot-org/flameshot " target ="_blank " rel ="noopener "> Flameshot</ a > . Django Files is currently
33
33
functional but < strong > Under Active Development</ strong > . Expect breaking changes until an official
34
- < a href ="{{ site.github_url }}/releases " target ="_blank " rel ="noopener "> release</ a > is made.
34
+ < a href ="{{ site.github_full_url }}/releases " target ="_blank " rel ="noopener "> release</ a > is made.
35
35
</ p >
36
36
37
37
< p >
38
38
If you find any bugs please
39
- < a href ="{{ site.github_url }}/issues " target ="_blank " rel ="noopener "> Open an Issue</ a > .
39
+ < a href ="{{ site.github_full_url }}/issues " target ="_blank " rel ="noopener "> Open an Issue</ a > .
40
40
If you have any ideas, suggestions, or requests; submit a
41
- < a href ="{{ site.github_url }}/discussions/categories/feature-requests " target ="_blank " rel ="noopener "> Feature Request</ a > .
41
+ < a href ="{{ site.github_full_url }}/discussions/categories/feature-requests " target ="_blank " rel ="noopener "> Feature Request</ a > .
42
42
You may also get support on the
43
43
< a href ="{{ site.discord_invite }} " target ="_blank " rel ="noopener "> Discord Server</ a > .
44
44
</ p >
0 commit comments