mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-10-31 06:08:33 +00:00 
			
		
		
		
	feat(11ty): link sub terms in table of content
This commit is contained in:
		| @@ -9,7 +9,9 @@ | ||||
|   {%- if definition.data.sub_terms -%} | ||||
|     <ul class="sub-terms"> | ||||
|       {% for term in definition.data.sub_terms %} | ||||
|         <li class="subterm">{{ term.text }} | ||||
|         <li | ||||
|           class="subterm" | ||||
|         >{{ term | linkSubTermIfDefined(collections.definedWords) | safe }}</li> | ||||
|       {% endfor %} | ||||
|     </ul> | ||||
|   {% endif %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Oscar
					Oscar