Skip to content

Commit

Permalink
Adds favicons to archive pages
Browse files Browse the repository at this point in the history
- They will now match the archived page favicon
- Hopefully fixes flash integration?
  • Loading branch information
Shrinks99 committed Apr 11, 2024
1 parent 9da51ef commit d00e445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/archiveviewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<a class="archiveviewer-link" href="../../">ysdn.info</a>
</nav>
<div class="replaywebpage-wrapper">
<replay-web-page replayBase="/js/" useRuffle="true" deepLink="true" source="{{ page.archivelink }}" url="{{ page.archivestarturl }}"></replay-web-page>
<replay-web-page replayBase="/js/" useRuffle="" deepLink="true" updateFavicons="" source="{{ page.archivelink }}" url="{{ page.archivestarturl }}"></replay-web-page>
</div>
</div>
</body>
Expand Down

0 comments on commit d00e445

Please sign in to comment.