feat: slight rewrite
This commit is contained in:
		| @@ -3,7 +3,7 @@ | ||||
|   <head> | ||||
|     <meta charset="utf-8" /> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1" /> | ||||
|     <title>STSG</title> | ||||
|     <title>{article_name}</title> | ||||
|     <link rel="stylesheet" href="/static/bulma.min.css" /> | ||||
|   </head> | ||||
|   <body> | ||||
| @@ -22,7 +22,7 @@ | ||||
|  | ||||
|     <section class="section"> | ||||
|       <div class="container"> | ||||
|         <div class="column is-half is-offset-one-quarter">{overview_cards}</div> | ||||
|         <div class="column is-half is-offset-one-quarter">{article_overview_cards}</div> | ||||
|       </div> | ||||
|     </section> | ||||
|  | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| <div class="card mb-4" lang="{article_language_code}"> | ||||
|     <a href="{article_href}" hreflang="{article_language_code}" class="card mb-4" style="color: inherit; text-decoration: none;"> | ||||
|         <div class="card-content" href="{article_href}"> | ||||
|     <a href="{article_url}" hreflang="{article_language_code}" class="card mb-4" style="color: inherit; text-decoration: none;"> | ||||
|         <div class="card-content"> | ||||
|             <p class="title">{article_language_flag} {article_title}</p> | ||||
|             <p class="content">{article_preview}</p> | ||||
|         </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user