mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-10-09 10:11:14 +00:00
Removed observation layout, and modified inaturalist embed
This commit is contained in:
parent
bcbfa17bb4
commit
831dd9e10a
3 changed files with 1 additions and 79 deletions
2
layouts/partials/external/inat.html
vendored
2
layouts/partials/external/inat.html
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue