We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa276f8 commit c07a95bCopy full SHA for c07a95b
_config.yml
@@ -4,4 +4,3 @@ plugins:
4
5
title: Doom Wallet
6
description: Secure mobile cold wallet to protect your private key
7
-show_downloads: true
_includes/head-custom.html
@@ -1,2 +1,3 @@
1
-<link rel="icon" href="/favicon.ico" sizes="any">
2
-<link rel="apple-touch-icon" href="/apple-touch-icon.png">
+<link rel="icon" href="favicon.ico" sizes="any">
+<link rel="apple-touch-icon" href="apple-touch-icon.png">
3
+<link rel="shortcut icon" sizes="196x196" href="apple-touch-icon.png">
0 commit comments