feat: added article home overview
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_language_flag} {article_title}</title> | ||||
|     <link rel="stylesheet" href="/static/bulma.min.css" /> | ||||
|   </head> | ||||
|   <body> | ||||
| @@ -15,7 +15,7 @@ | ||||
|     > | ||||
|       <div class="navbar-brand"> | ||||
|         <a class="navbar-item" href="{article_overview_href}"> | ||||
|           <strong>{article_language_flag} Static Translated Site Generator</strong> | ||||
|           <strong>{article_language_flag} {article_title}</strong> | ||||
|         </a> | ||||
|       </div> | ||||
|     </nav> | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| <div class="card mb-4"> | ||||
|     <a href="{article_href}" class="card mb-4" style="color: inherit; text-decoration: none;"> | ||||
|         <div class="card-content" href="{article_href}"> | ||||
|             <p class="title">{article_language_flag} {article_language_name}</p> | ||||
|             <p class="title">{article_language_flag} {article_title}</p> | ||||
|             <p class="content">{article_preview}</p> | ||||
|         </div> | ||||
|     </a> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user