feat: improved translation cards
This commit is contained in:
		| @@ -32,11 +32,12 @@ | ||||
|               <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> | ||||
|                       <hr /> | ||||
|                       <p class="content"> | ||||
|                           {{t.preview}} | ||||
|                           <br /> | ||||
|                           <time datetime="{{iso_date}}">{{date}}</time> | ||||
|                       </p> | ||||
|                       <hr /> | ||||
|                       <time datetime="{{iso_date}}">{{date}}</time> | ||||
|                   </div> | ||||
|               </a> | ||||
|           </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user