Removed observation layout, and modified inaturalist embed

This commit is contained in:
Brandon Rozek 2025-06-10 21:49:00 -04:00
parent bcbfa17bb4
commit 831dd9e10a
No known key found for this signature in database
GPG key ID: DFB0E78F805F4567
3 changed files with 1 additions and 79 deletions

View file

@ -6,7 +6,7 @@
<article class="toot h-entry">
{{ $name := "" }}
{{ if (ne .taxon.common_name "") }}
{{ $name = .taxon.common_name }}
{{ $name = .taxon.preferred_common_name }}
{{ else }}
{{ $name = .taxon.name }}
{{ end }}