feat: dynamic translation cards
This commit is contained in:
		| @@ -28,7 +28,7 @@ | ||||
|         <div class="column is-half is-offset-one-quarter"> | ||||
|           {% for t in translations %} | ||||
|             <div class="card mb-4" lang="{[t.language.code]}"> | ||||
|               <a href="{[t.url]}" hreflang="{[t.language.code]}" class="card mb-4" style="color: inherit; text-decoration: none;"> | ||||
|               <a href="{{t.url}}" hreflang="{[t.language.code]}" class="card mb-4" style="color: inherit; text-decoration: none;"> | ||||
|                   <div class="card-content"> | ||||
|                       <p class="title">{{t.language.flag}} {{t.title}} </p> | ||||
|                       <p class="content"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user