Update reference page

This commit is contained in:
Terence Eden
2024-09-09 16:18:53 +01:00
parent 6f55ccc9bc
commit c45b82c4ca
2 changed files with 2 additions and 2 deletions

View File

@@ -360,7 +360,7 @@ Super Tiny SVG |   Official Logo   | Source
<img src="https://edent.github.io/SuperTinyIcons/images/svg/zorinos.svg" width="256" /> | <img src="https://edent.github.io/SuperTinyIcons/images/reference/zorinos.png" width="256"> | https://zorin.com/press/ <img src="https://edent.github.io/SuperTinyIcons/images/svg/zorinos.svg" width="256" /> | <img src="https://edent.github.io/SuperTinyIcons/images/reference/zorinos.png" width="256"> | https://zorin.com/press/
&nbsp; | ** No Reference Image Found ** | &nbsp; -| ** No Reference Image Found ** |-
<img src="https://edent.github.io/SuperTinyIcons/images/svg/apple_music.svg" width="256" /> | Apple Music <br/>*[apple_music.svg]* | <img src="https://edent.github.io/SuperTinyIcons/images/svg/apple_music.svg" width="256" /> | Apple Music <br/>*[apple_music.svg]* |
<img src="https://edent.github.io/SuperTinyIcons/images/svg/calendar.svg" width="256" /> | Calendar <br/>*[calendar.svg]* | <img src="https://edent.github.io/SuperTinyIcons/images/svg/calendar.svg" width="256" /> | Calendar <br/>*[calendar.svg]* |
<img src="https://edent.github.io/SuperTinyIcons/images/svg/datacamp.svg" width="256" /> | DataCamp <br/>*[datacamp.svg]* | <img src="https://edent.github.io/SuperTinyIcons/images/svg/datacamp.svg" width="256" /> | DataCamp <br/>*[datacamp.svg]* |

View File

@@ -36,7 +36,7 @@ for ref_url in ref_list:
readme_table = "<table>\n" readme_table = "<table>\n"
check_table = '<table><tr><th>SVG Icon</th><th>Circle Icon</th><th>Reference</th><th>Source</th></tr>\n' check_table = '<table><tr><th>SVG Icon</th><th>Circle Icon</th><th>Reference</th><th>Source</th></tr>\n'
reference_table = "-|-|-\n" reference_table = "-|-|-\n"
missing_table = "\n\n&nbsp; | ** No Reference Image Found ** | &nbsp;\n" missing_table = "\n\n-| ** No Reference Image Found ** |-\n"
counter = 0 counter = 0
for svg in svg_data: for svg in svg_data: