mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-18 00:54:26 -04:00
Merge pull request #488 from cdvv7788/hotfix/483
fix: Remove trailing slash from public index
This commit is contained in:
commit
c35d5e6b41
1 changed files with 2 additions and 2 deletions
|
@ -14,11 +14,11 @@ def get_icons(snapshot: Snapshot) -> str:
|
||||||
|
|
||||||
return format_html(
|
return format_html(
|
||||||
'<span class="files-icons" style="font-size: 1.2em; opacity: 0.8">'
|
'<span class="files-icons" style="font-size: 1.2em; opacity: 0.8">'
|
||||||
'<a href="/{}/{}/" class="exists-{}" title="Wget clone">🌐 </a> '
|
'<a href="/{}/{}" class="exists-{}" title="Wget clone">🌐 </a> '
|
||||||
'<a href="/{}/{}" class="exists-{}" title="PDF">📄</a> '
|
'<a href="/{}/{}" class="exists-{}" title="PDF">📄</a> '
|
||||||
'<a href="/{}/{}" class="exists-{}" title="Screenshot">🖥 </a> '
|
'<a href="/{}/{}" class="exists-{}" title="Screenshot">🖥 </a> '
|
||||||
'<a href="/{}/{}" class="exists-{}" title="HTML dump">🅷 </a> '
|
'<a href="/{}/{}" class="exists-{}" title="HTML dump">🅷 </a> '
|
||||||
'<a href="/{}/{}/" class="exists-{}" title="WARC">🆆 </a> '
|
'<a href="/{}/{}" class="exists-{}" title="WARC">🆆 </a> '
|
||||||
'<a href="/{}/{}" class="exists-{}" title="SingleFile">🗜 </a>'
|
'<a href="/{}/{}" class="exists-{}" title="SingleFile">🗜 </a>'
|
||||||
'<a href="/{}/{}/" class="exists-{}" title="Media files">📼 </a> '
|
'<a href="/{}/{}/" class="exists-{}" title="Media files">📼 </a> '
|
||||||
'<a href="/{}/{}/" class="exists-{}" title="Git repos">📦 </a> '
|
'<a href="/{}/{}/" class="exists-{}" title="Git repos">📦 </a> '
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue