mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-12-05 16:08:10 +00:00
Fix sibling hypha name
This commit is contained in:
@@ -64,10 +64,10 @@ var navEntries = []navEntry{
|
||||
{% endif %}
|
||||
{% endfunc %}
|
||||
|
||||
{% func sisterHyphaeHTML(sisters string) %}
|
||||
<aside class="sister-hyphae layout-card">
|
||||
<h2 class="sister-hyphae__title layout-card__title">Sister hyphae</h2>
|
||||
{%s= sisters %}
|
||||
{% func siblingHyphaeHTML(siblings string) %}
|
||||
<aside class="sibling-hyphae layout-card">
|
||||
<h2 class="sibling-hyphae__title layout-card__title">Sibling hyphae</h2>
|
||||
{%s= siblings %}
|
||||
</aside>
|
||||
{% endfunc %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user