feat: added article home overview
This commit is contained in:
		| @@ -14,17 +14,14 @@ | ||||
|       aria-label="main navigation" | ||||
|     > | ||||
|       <div class="navbar-brand"> | ||||
|         <a class="navbar-item" href="#"> | ||||
|           <strong>Static Translated Site Generator</strong> | ||||
|         <a class="navbar-item" href="{article_overview_href}"> | ||||
|           <strong>{article_language_flag} Static Translated Site Generator</strong> | ||||
|         </a> | ||||
|       </div> | ||||
|     </nav> | ||||
|  | ||||
|     <!-- Main Content --> | ||||
|     <section class="section"> | ||||
|       <div class="content"> | ||||
|         <a href="../">Go Back</a> | ||||
|       </div> | ||||
|       <div class="content"> | ||||
|         {article_content} | ||||
|       </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user