commit ff7c9a3f5c9ec64800b4a6052f7a990beb4ec4c6
parent ecb455ccc2c336443409f086fa6df990eac14df6
Author: FIGBERT <figbert@figbert.com>
Date: Sat, 25 Dec 2021 15:19:04 -0800
Use d3_icon icon in index.html template
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/index.html b/templates/index.html
@@ -15,7 +15,7 @@
{% endif %}
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@{{ config.extra.d3_twitter | safe }}">
- <link rel="icon" href="/icon.png">
+ <link rel="icon" href="{{ config.extra.d3_icon | safe }}">
<meta name="theme-color" content="#1F1E1E">
</head>
<body>