Skip to content

Commit

Permalink
Update website.py
Browse files Browse the repository at this point in the history
  • Loading branch information
felipe-parodi authored Dec 22, 2024
1 parent 615309e commit 143fc97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/website.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def to_link_if_markdown(cell_text: str) -> str:
</head>
<body>
<h1>Awesome Computational Primatology</h1>
<h3>Parodi et al., 2024</h3>
""")
f.write(table.to_html(table_id="table", escape=False, index=False))
f.write("""<script>$(document).ready( function () {
Expand Down

0 comments on commit 143fc97

Please sign in to comment.