-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use addon example template instead.
- Loading branch information
Showing
45 changed files
with
294 additions
and
1,225 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Bazarr 4K logo | ||
|
||
Adds a 4K logo to your Bazarr css. | ||
|
||
<div class="row"> | ||
<p><a href="desktop.png" rel="noopener"><img src="desktop.png" alt="Screen Shot 1" width="49.5%" /></a> | ||
<a href="mobile.png" rel="noopener"><img src="mobile.png" alt="Screen Shot 1" width="24%" /></a></p> | ||
</div> | ||
|
||
{% set addon_app = "bazarr" %} | ||
{% set addon_name = "bazarr-4k-logo" %} | ||
{% include-markdown "themes/addons/example.md" %} |
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Lidarr Alt Calendar | ||
|
||
Alternative calendar colors. | ||
|
||
<p> | ||
<a href="screenshot1.png" rel="noopener"><img src="screenshot1.png" alt="Screen Shot 1" /></a> | ||
</p> | ||
|
||
{% set addon_app = "lidarr" %} | ||
{% set addon_name = "lidarr-alt-calendar" %} | ||
{% include-markdown "themes/addons/example.md" %} |
File renamed without changes
Oops, something went wrong.