<div class="post-wrap">
	<div class="post">
		<!-- show the year -->
		<txp:if_different>
		<h2 class="archive-year"><txp:posted format="%Y" /></h2>
		</txp:if_different>
		<!-- show the month -->
		<txp:if_different>
		<h3 class="archive-month"><txp:posted format="%B" /></h3>
		</txp:if_different>
		<!-- article title and link -->
		<h3 class="post-title archive-title"><txp:permlink><txp:title /></txp:permlink>
	</div>
</div><!--close post wrap-->