Skip to content

Commit 6669ee0

Browse files
committed
Updated blog article
1 parent b839833 commit 6669ee0

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

docs/blog/2021/the-past-present-and-future.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -256,10 +256,10 @@ features that will see the light of day in 2022:
256256
:material-alert-decagram: __new__ or :material-trash-can: __deprecated__.
257257
Custom status types will also be supported.
258258

259-
- __Hover cards__: as a further component in the toolkit of technical writing,
260-
[hover cards] will allow arranging content in grids, which is especially
261-
useful for overview pages. They will allow to arrange arbitrary content in
262-
grids, including code blocks, admonitions, etc.
259+
- __Card grids__: as a further component in the toolkit of technical writing,
260+
[card grids] will allow arranging content in grids, which is especially
261+
useful for overview pages. They will allow to arrange arbitrary content,
262+
including code blocks, admonitions, etc.
263263

264264
- __Blog support__: blogging support is still [under investigation] and expected
265265
to be one of the major additions in 2022. Blogging will perfectly integrate
@@ -273,6 +273,6 @@ updated.
273273
__Happy new year!__ :tada:
274274

275275
[Instant previews]: https://twitter.com/squidfunk/status/1466794654213492743
276-
[hover cards]: https://github.com/squidfunk/mkdocs-material/issues/3018
276+
[card grids]: https://github.com/squidfunk/mkdocs-material/issues/3018
277277
[under investigation]: https://github.com/squidfunk/mkdocs-material/issues/3353
278278
[@squidfunk on Twitter]: https://twitter.com/squidfunk

material/assets/javascripts/bundle.b89f2075.min.js renamed to material/assets/javascripts/bundle.01689f5c.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/assets/javascripts/bundle.b89f2075.min.js.map renamed to material/assets/javascripts/bundle.01689f5c.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/assets/javascripts/workers/search.efc77bfa.min.js renamed to material/assets/javascripts/workers/search.e2270630.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/assets/javascripts/workers/search.efc77bfa.min.js.map renamed to material/assets/javascripts/workers/search.e2270630.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/base.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
"base": base_url,
185185
"features": features,
186186
"translations": {},
187-
"search": "assets/javascripts/workers/search.efc77bfa.min.js" | url
187+
"search": "assets/javascripts/workers/search.e2270630.min.js" | url
188188
} -%}
189189
{%- if config.extra.version -%}
190190
{%- set _ = app.update({ "version": config.extra.version }) -%}
@@ -213,7 +213,7 @@
213213
</script>
214214
{% endblock %}
215215
{% block scripts %}
216-
<script src="{{ 'assets/javascripts/bundle.b89f2075.min.js' | url }}"></script>
216+
<script src="{{ 'assets/javascripts/bundle.01689f5c.min.js' | url }}"></script>
217217
{% for path in config["extra_javascript"] %}
218218
<script src="{{ path | url }}"></script>
219219
{% endfor %}

0 commit comments

Comments
 (0)