We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
site_name
alt
1 parent 745bed5 commit 674a877Copy full SHA for 674a877
dist/partials/logo.html
@@ -2,7 +2,7 @@
2
This file was automatically generated - do not edit
3
-#}
4
{% if config.theme.logo %}
5
- <img src="{{ config.theme.logo | url }}" alt="logo">
+ <img src="{{ config.theme.logo | url }}" alt="{{ config.site_name }}">
6
{% else %}
7
{% set icon = config.theme.icon.logo or "material/library" %}
8
{% include ".icons/" ~ icon ~ ".svg" %}
src/partials/logo.html
@@ -25,7 +25,7 @@
25
26
<!-- Logo -->
27
28
- <img src="{{ config.theme.logo | url }}" alt="logo" />
+ <img src="{{ config.theme.logo | url }}" alt="{{ config.site_name }}" />
29
30
31
0 commit comments