Initial commit
This commit is contained in:
		
							
								
								
									
										9
									
								
								templates/partials/pageBox.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								templates/partials/pageBox.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
<div class="mb-8 flex flex-col">
 | 
			
		||||
    <a href="{{page.permalink}}" class="text-lg font-medium cursor-pointer text-blue-400 py-4">
 | 
			
		||||
        {{page.title | safe}}
 | 
			
		||||
    </a>
 | 
			
		||||
    {% include "partials/tags.html" %}
 | 
			
		||||
    <p>
 | 
			
		||||
        {{page.description | safe}}
 | 
			
		||||
    </p>
 | 
			
		||||
</div>
 | 
			
		||||
		Reference in New Issue
	
	Block a user