Skip to content

Commit

Permalink
Update daily_arxiv.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincentqyw authored Jan 7, 2025
1 parent fe53a3e commit 6d05fe8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions daily_arxiv.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,11 +287,11 @@ def pretty_math(s:str) -> str:
if (use_title == True) and (to_web == True):
f.write("---\n" + "layout: default\n" + "---\n\n")

if show_badge == True:
f.write(f"[![Contributors][contributors-shield]][contributors-url]\n")
f.write(f"[![Forks][forks-shield]][forks-url]\n")
f.write(f"[![Stargazers][stars-shield]][stars-url]\n")
f.write(f"[![Issues][issues-shield]][issues-url]\n\n")
# if show_badge == True:
# f.write(f"[![Contributors][contributors-shield]][contributors-url]\n")
# f.write(f"[![Forks][forks-shield]][forks-url]\n")
# f.write(f"[![Stargazers][stars-shield]][stars-url]\n")
# f.write(f"[![Issues][issues-shield]][issues-url]\n\n")

if use_title == True:
#f.write(("<p align="center"><h1 align="center"><br><ins>CV-ARXIV-DAILY"
Expand Down

0 comments on commit 6d05fe8

Please sign in to comment.