miroir de
				https://github.com/arsenetar/arsenetar.github.io.git
				synchronisé 2025-09-11 21:28:16 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lignes
		
	
	
		
			827 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			24 lignes
		
	
	
		
			827 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
---
 | 
						|
layout: list
 | 
						|
title: Post Archive
 | 
						|
description: 'All Posts from Blog@VoltaicIdeas'
 | 
						|
permalink: /archive/
 | 
						|
---
 | 
						|
{% for post in site.posts %}
 | 
						|
<article class="excerpt">
 | 
						|
    <header>
 | 
						|
        <h3><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></h3>
 | 
						|
        <h6 class="subheader"><time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date_to_string }}</time> <em>By</em> {{ site.owner.name }} <em>Tagged:</em> 
 | 
						|
            {% for tag in post.tags %}
 | 
						|
            <a class="tag" title="Posts tagged {{ tag }}" href="{{ site.url }}/tags/#{{ tag | cgi_escape }}">{{ tag }}</a>
 | 
						|
            {% endfor %}
 | 
						|
        </h6>
 | 
						|
    </header>
 | 
						|
    <div class="content">
 | 
						|
        {{ post.excerpt }}
 | 
						|
    </div>
 | 
						|
    <footer>
 | 
						|
        <a href="{{ site.url }}{{ post.url }}">Continue reading ...</a></footer>
 | 
						|
</article>
 | 
						|
{% endfor %}
 |