Skip to content

Commit ee537b5

Browse files
committed
Documentation
1 parent ce19ed3 commit ee537b5

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

docs/customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ assets may also be put in the `overrides` directory:
100100
│ │ └─ analytics.html # Analytics setup
101101
│ ├─ languages/ # Translation languages
102102
│ ├─ actions.html # Actions
103-
│ ├─ alternate.html # Translation language selector
103+
│ ├─ alternate.html # Site language selector
104104
│ ├─ comments.html # Comment system (empty by default)
105105
│ ├─ consent.html # Consent
106106
│ ├─ content.html # Page content

src/partials/alternate.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
IN THE SOFTWARE.
2121
-->
2222

23+
<!-- Site language selector -->
2324
<div class="md-header__option">
2425
<div class="md-select">
2526
{% set icon = config.theme.icon.alternate or "material/translate" %}

src/partials/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
</div>
7373
</div>
7474

75-
<!-- Color palette -->
75+
<!-- Color palette toggle -->
7676
{% if config.theme.palette %}
7777
{% if not config.theme.palette is mapping %}
7878
{% include "partials/palette.html" %}

src/partials/palette.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
IN THE SOFTWARE.
2121
-->
2222

23+
<!-- Color palette toggle -->
2324
<form class="md-header__option" data-md-component="palette">
2425
{% for option in config.theme.palette %}
2526
{% set scheme = option.scheme | d("default", true) %}

0 commit comments

Comments
 (0)