Add laptop icon SVG and refactor search template for improved category links
This commit is contained in:
parent
a5feeeee1d
commit
67c85a4569
2 changed files with 11 additions and 12 deletions
|
@ -6,6 +6,14 @@
|
|||
</svg>
|
||||
{% endset %}
|
||||
|
||||
{% set laptop %}
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor"
|
||||
class="bi bi-laptop align-self-center" viewBox="0 0 16 16">
|
||||
<path
|
||||
d="M13.5 3a.5.5 0 0 1 .5.5V11H2V3.5a.5.5 0 0 1 .5-.5zm-11-1A1.5 1.5 0 0 0 1 3.5V12h14V3.5A1.5 1.5 0 0 0 13.5 2zM0 12.5h16a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 12.5" />
|
||||
</svg>
|
||||
{% endset %}
|
||||
|
||||
{% set log %}
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor"
|
||||
class="bi bi-file-text align-self-center" viewBox="0 0 16 16">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue