Prototyped icon search

This commit is contained in:
squidfunk
2021-02-06 12:35:19 +01:00
parent 08340e42a1
commit 0116f636f2
36 changed files with 330 additions and 54 deletions

View File

@@ -206,7 +206,7 @@
<!-- Overlay for expanded drawer -->
<label class="md-overlay" for="__drawer"></label>
<!-- Link to skip to content -->
<!-- Skip to content -->
<div data-md-component="skip">
{% if page.toc | first is defined %}
{% set skip = page.toc | first %}
@@ -232,7 +232,7 @@
{% include "partials/header.html" %}
{% endblock %}
<!-- Container, necessary for web-application context -->
<!-- Container -->
<div class="md-container" data-md-component="container">
<!-- Hero teaser -->