Skip to content

Commit

Permalink
Add meta keywords (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Oct 30, 2023
1 parent 5c5f145 commit 9d51dc9
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/layouts/modus-outlined/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ <h2>Examples</h2>
<div class="navbar-nav ms-auto">
<button type="button" class="btn btn-lg btn-icon-only btn-text-dark ms-2 text-white"
data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{- .Title -}}" aria-label="{{- .Title -}}">
<i class="modus-icons notranslate" aria-hidden="true">{{ $ligature }}</i>
{{ $svgHtml }}
</button>
</div>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion docs/layouts/modus-solid/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ <h2>Examples</h2>
<div class="navbar-nav ms-auto">
<button type="button" class="btn btn-lg btn-icon-only btn-text-dark ms-2 text-white"
data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{- .Title -}}" aria-label="{{- .Title -}}">
<i class="modus-icons notranslate" aria-hidden="true">{{ $ligature }}</i>
{{ $svgHtml }}
</button>
</div>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion docs/layouts/transportation/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h2>Examples</h2>
<div class="navbar-nav ms-auto">
<button type="button" class="btn btn-lg btn-icon-only btn-text-dark ms-2 text-white"
data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{- .Title -}}" aria-label="{{- .Title -}}">
<i class="modus-icons notranslate" aria-hidden="true">{{ $ligature }}</i>
{{ $svgHtml }}
</button>
</div>
</nav>
Expand Down
30 changes: 25 additions & 5 deletions icons/modus-outlined/_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -992,8 +992,10 @@
"name": "chat",
"tags": [
"bubble",
"comment",
"conversation",
"speech"
"speech",
"support"
],
"categories": [
"Communication & Media"
Expand Down Expand Up @@ -1474,8 +1476,11 @@
"name": "comment",
"tags": [
"bubble",
"chat",
"conversation",
"message",
"speech"
"speech",
"support"
],
"categories": [
"Communication & Media"
Expand Down Expand Up @@ -1601,7 +1606,13 @@
},
{
"name": "dashboard",
"tags": [],
"tags": [
"analytics",
"bar chart",
"chart",
"data",
"pie chart"
],
"categories": [
"Applications"
]
Expand Down Expand Up @@ -2311,7 +2322,14 @@
},
{
"name": "gantt-chart",
"tags": [],
"tags": [
"data",
"diagram",
"phases",
"project",
"report",
"timeline"
],
"categories": [
"Data Management"
]
Expand Down Expand Up @@ -2681,8 +2699,10 @@
{
"name": "line-graph",
"tags": [
"analytics",
"chart",
"network-insights",
"data",
"network insights",
"xyz"
],
"categories": [
Expand Down
32 changes: 26 additions & 6 deletions icons/modus-solid/_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -992,8 +992,10 @@
"name": "chat",
"tags": [
"bubble",
"comment",
"conversation",
"speech"
"speech",
"support"
],
"categories": [
"Communication & Media"
Expand Down Expand Up @@ -1474,8 +1476,11 @@
"name": "comment",
"tags": [
"bubble",
"chat",
"conversation",
"message",
"speech"
"speech",
"support"
],
"categories": [
"Communication & Media"
Expand Down Expand Up @@ -1601,7 +1606,13 @@
},
{
"name": "dashboard",
"tags": [],
"tags": [
"analytics",
"bar chart",
"chart",
"data",
"pie chart"
],
"categories": [
"Applications"
]
Expand Down Expand Up @@ -2311,7 +2322,14 @@
},
{
"name": "gantt-chart",
"tags": [],
"tags": [
"data",
"diagram",
"phases",
"project",
"report",
"timeline"
],
"categories": [
"Data Management"
]
Expand Down Expand Up @@ -2681,8 +2699,10 @@
{
"name": "line-graph",
"tags": [
"analytics",
"chart",
"network-insights",
"data",
"network insights",
"xyz"
],
"categories": [
Expand Down Expand Up @@ -5263,4 +5283,4 @@
"Applications"
]
}
]
]

0 comments on commit 9d51dc9

Please sign in to comment.