Bigger overhaul. Updated the Part 2 Home Assistant Birdnet post. Added some menus and tags.

This commit is contained in:
Norm Rasmussen
2023-10-06 16:38:00 -04:00
parent b012e336a7
commit fdeb4c9142
58 changed files with 2836 additions and 60 deletions

4
layouts/details.html Normal file
View File

@ -0,0 +1,4 @@
<details>
<summary>{{ (.Get 0) | markdownify }}</summary>
{{ .Inner | markdownify }}
</details>